]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - configure.ac
build: Fix --with-gcrypt-headers and --with-vorbis-headers.
[paraslash.git] / configure.ac
index 639da81fbc05c51aa3f6d56bbe53a165e64cb9b1..16927c58e2aed1ec5e8f8a4d8ce32170312fdab8 100644 (file)
@@ -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