diff -uNr vegastrike/configure.in vegastrike-new/configure.in --- vegastrike/configure.in 2008-02-12 19:44:59 +0300 +++ vegastrike-new/configure.in 2008-02-12 19:43:18 +0300 @@ -1259,19 +1259,19 @@ LIBS=" $VORBIS_LDOPTS -lvorbisfile -lvorbis -logg " saved_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$saved_CPPFLAGS $VORBIS_CFLAGS" + AC_MSG_CHECKING([for vorbis header]) - AC_TRY_CPP([#include ] ,have_vorbis_h=yes , have_vorbis_h=no) - AC_MSG_RESULT([$have_vorbis_h])] + AC_TRY_CPP([#include ], have_vorbis_h=yes, have_vorbis_h=no) + AC_MSG_RESULT([$have_vorbis_h]) if test "x$have_vorbis_h" = "xyes" ; then VS_CPPFLAGS="${VS_CPPFLAGS} ${VORBIS_CFLAGS} -DHAVE_OGG " echo "found VORBIS header: Enabling ingame ogg support:: ${VS_CPPFLAGS}" else echo "failed to locate VORBIS install vorbis/vorbisfile.h" fi - - else - echo "failed to locate VORBIS library" + else + echo "failed to locate VORBIS library" fi fi