diff options
-rw-r--r-- | configure.ac | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e7392cd42..eccda25cc 100644 --- a/configure.ac +++ b/configure.ac @@ -563,10 +563,9 @@ AM_CONDITIONAL(HAVE_VORBIS, [test x"$no_ogg" != "xyes" -a x"$no_vorbis" != "xyes dnl --------------------------------------------- dnl check for libFLAC dnl --------------------------------------------- -AM_PATH_LIBFLAC(, - AC_DEFINE(HAVE_FLAC,1,[Define this if you have FLAC library installed]), - []) -AM_CONDITIONAL(HAVE_FLAC, [test x"$no_flac" != x"yes"]) +AM_PATH_LIBFLAC([], + AC_MSG_RESULT([*** All FLAC dependent parts will be disabled ***])) +AM_CONDITIONAL(HAVE_FLAC, [test x"$no_libFLAC" != "xyes"]) dnl --------------------------------------------- dnl XviD libs. |