X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;h=16927c58e2aed1ec5e8f8a4d8ce32170312fdab8;hb=737d415498a91833cc7964fe7f8f8ff158be023b;hp=639da81fbc05c51aa3f6d56bbe53a165e64cb9b1;hpb=8aa9d0cddfefb882cfd8e7cadbeea5cce31b731f;p=paraslash.git diff --git a/configure.ac b/configure.ac index 639da81f..16927c58 100644 --- a/configure.ac +++ b/configure.ac @@ -440,6 +440,7 @@ if test "$have_vorbis" = "yes" || \ fi if test "$have_vorbis" = "yes"; then AC_DEFINE(HAVE_OGGVORBIS, 1, define to 1 to turn on ogg/vorbis support) + AC_SUBST(vorbis_cppflags) vorbis_ldflags="$vorbis_libs -lvorbis -lvorbisfile" AC_SUBST(vorbis_ldflags) fi