NO_VORBIS_SUPPORT

This commit is contained in:
Glenn Maynard
2003-09-13 05:08:17 +00:00
parent 1e81bd2c56
commit fdbd1d9f7f
+5
View File
@@ -67,6 +67,11 @@ if test "$with_vorbis" = "yes" -a "$have_vorbis" = "no"; then
fi
fi
if test "$have_vorbis" = "no"; then
AC_DEFINE(NO_VORBIS_SUPPORT, 1, [Vorbis support not available])
fi
AM_CONDITIONAL(HAVE_VORBIS, test "$have_vorbis" = "yes" )