Commit b356bcf6 authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

configure: don't warn just because we don't have an optional library.

parent e773cfa3
...@@ -701,7 +701,7 @@ if test x$enable_jack = xyes; then ...@@ -701,7 +701,7 @@ if test x$enable_jack = xyes; then
[Define to enable JACK support])] [Define to enable JACK support])]
MPD_LIBS="$MPD_LIBS $JACK_LIBS" MPD_LIBS="$MPD_LIBS $JACK_LIBS"
MPD_CFLAGS="$MPD_CFLAGS $JACK_CFLAGS", MPD_CFLAGS="$MPD_CFLAGS $JACK_CFLAGS",
[enable_jack=no;AC_MSG_WARN([JACK not found -- disabling])]) enable_jack=no)
fi fi
if test x$enable_jack = xyes; then if test x$enable_jack = xyes; then
...@@ -777,8 +777,7 @@ if test x$enable_wavpack = xyes; then ...@@ -777,8 +777,7 @@ if test x$enable_wavpack = xyes; then
[Define to enable WavPack support])] [Define to enable WavPack support])]
MPD_LIBS="$MPD_LIBS $WAVPACK_LIBS" MPD_LIBS="$MPD_LIBS $WAVPACK_LIBS"
MPD_CFLAGS="$MPD_CFLAGS $WAVPACK_CFLAGS", MPD_CFLAGS="$MPD_CFLAGS $WAVPACK_CFLAGS",
[enable_wavpack=no; enable_wavpack=no)
AC_MSG_WARN([WavPack not found -- disabling])])
fi fi
AM_CONDITIONAL(HAVE_WAVPACK, test x$enable_wavpack = xyes) AM_CONDITIONAL(HAVE_WAVPACK, test x$enable_wavpack = xyes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment