]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
configure.ac: libflac also affects para_afh and para_server.
authorAndre Noll <maan@systemlinux.org>
Mon, 8 Oct 2012 20:54:44 +0000 (22:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 8 Oct 2012 20:54:44 +0000 (22:54 +0200)
If libflac was not detected, there will be no flac support
whatsoever. The current warning message is misleading since
it only mentions para_audiod and para_filter.

configure.ac

index 46985f02005acadb01c2ac6f0763c6722d5b44e2..ec8bfadd9393011ef236e3446a61a42abaa5458f 100644 (file)
@@ -793,7 +793,7 @@ if test "$have_flac" = "yes"; then
        audiod_audio_formats="$audiod_audio_formats flac"
        AC_SUBST(flac_cppflags)
 else
-       AC_MSG_WARN([no flac support in para_audiod/para_filter])
+       AC_MSG_WARN([no flac support in para_audiod/para_filter/para_afh/para_server])
 fi
 CPPFLAGS="$OLD_CPPFLAGS"
 LDFLAGS="$OLD_LDFLAGS"