[xiph-commits] r9491 - trunk/vorbis-tools

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Mon Jun 20 02:53:16 PDT 2005


Author: giles
Date: 2005-06-20 02:53:13 -0700 (Mon, 20 Jun 2005)
New Revision: 9491

Modified:
   trunk/vorbis-tools/configure.in
Log:
Look for speex/speex.h not just speex.h. Patch from Joern Nettingsmeier.


Modified: trunk/vorbis-tools/configure.in
===================================================================
--- trunk/vorbis-tools/configure.in	2005-06-19 22:35:57 UTC (rev 9490)
+++ trunk/vorbis-tools/configure.in	2005-06-20 09:53:13 UTC (rev 9491)
@@ -205,7 +205,7 @@
     AC_MSG_WARN(libspeex missing)
     have_libspeex=no, [$SPEEX_LIBS]
   )
-  AC_CHECK_HEADER(speex.h,,
+  AC_CHECK_HEADER(speex/speex.h,,
     AC_MSG_WARN(libspeex headers missing)
     have_libspeex=no,[ ])
 



More information about the commits mailing list