[xiph-commits] r8764 - icecast/trunk/ices0

brendan at motherfish-iii.xiph.org brendan at motherfish-iii.xiph.org
Mon Jan 17 15:38:27 PST 2005


Author: brendan
Date: 2005-01-16 10:47:32 -0800 (Sun, 16 Jan 2005)
New Revision: 8764

Modified:
   icecast/trunk/ices0/configure.ac
Log:
Check for a FLAC header in the FLAC test, not a faad header.


Modified: icecast/trunk/ices0/configure.ac
===================================================================
--- icecast/trunk/ices0/configure.ac	2005-01-16 04:44:18 UTC (rev 8763)
+++ icecast/trunk/ices0/configure.ac	2005-01-16 18:47:32 UTC (rev 8764)
@@ -367,7 +367,7 @@
     LDFLAGS="$LDFLAGS -L$with_flac/lib"
   fi
 
-  AC_CHECK_HEADER(faad.h, have_flac="maybe")
+  AC_CHECK_HEADER([FLAC/stream_decoder.h], have_flac="maybe")
   if test "$have_flac" != "no"
   then
     AC_CHECK_LIB(FLAC, FLAC__stream_decoder_new, [



More information about the commits mailing list