X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=3c031df09162c1b1fa633bcf150cef7f30f5b38e;hb=6bcdcffef00ff117eecf1b5447b9e849698d02e5;hp=186e3817913b16ab3d0027f3dc58cb2ec97c7ff5;hpb=5e12f77a5b2a76c8a6f19a96958e0992962573db;p=paraslash.git diff --git a/configure.ac b/configure.ac index 186e3817..3c031df0 100644 --- a/configure.ac +++ b/configure.ac @@ -272,6 +272,8 @@ LIB_ARG_WITH([ogg], [-logg]) HAVE_OGG=yes AC_CHECK_HEADERS([ogg/ogg.h], [], [HAVE_OGG=no]) AC_CHECK_LIB([ogg], [ogg_stream_init], [], [HAVE_OGG=no]) +AC_CHECK_LIB([ogg], [ogg_stream_flush_fill], [ + AC_DEFINE(HAVE_OGG_STREAM_FLUSH_FILL, 1, [libogg >= 1.3.0])]) LIB_SUBST_FLAGS(ogg) UNSTASH_FLAGS ######################################################################### vorbis