configure.ac : Report Ogg/FLAC support.

This commit is contained in:
Erik de Castro Lopo 2013-09-15 19:58:05 +10:00
parent bd9770ffd1
commit e21237a87f

View File

@ -332,6 +332,7 @@ if test "x$have_ogg" = xyes ; then
OGG_PACKAGE="ogg"
else
AC_DEFINE_UNQUOTED([FLAC__HAS_OGG],0)
have_ogg=no
fi
AC_SUBST(OGG_PACKAGE)
@ -518,4 +519,5 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then
echo " GCC version : ......................... ${GCC_VERSION}"
fi
echo " Asm optimiizations : .................. ${asm_optimisation}"
echo " Ogg/FLAC support : .................... ${have_ogg}"
echo