[cvs-annodex] commit (libfishsound): trunk/configure.ac
conrad
nobody at lists.annodex.net
Fri Jul 16 14:55:51 EST 2004
Update of /annodex/libfishsound (new revision 129)
Modified files:
trunk/configure.ac
Log Message:
update comment about SPEEX_DISABLE_GLOBAL_POINTERS in configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2004-07-16 03:56:50 UTC (rev 128)
+++ trunk/configure.ac 2004-07-16 04:55:51 UTC (rev 129)
@@ -212,9 +212,8 @@
fi
dnl Test for libspeex SPEEX_DISABLE_GLOBAL_POINTERS API
- dnl If so, we need to define SPEEX_DISABLE_GLOBAL_POINTERS before
- dnl including speex.h, and use a different API to access available modes,
- dnl and free them.
+ dnl If so, we need to use a different API to access available modes,
+ dnl and free them after use.
AC_CHECK_LIB(speex, speex_mode_new_byID, DISABLE_GLOBAL_POINTERS="yes",
DISABLE_GLOBAL_POINTERS="no")
if test "x$DISABLE_GLOBAL_POINTERS" = xyes ; then
--
conrad
More information about the cvs-annodex
mailing list