[xiph-commits] r7204 - trunk/speex
conrad at dactyl.lonelymoon.com
conrad
Tue Jul 20 23:06:41 PDT 2004
Author: conrad
Date: Tue Jul 20 23:06:41 2004
New Revision: 7204
Modified:
trunk/speex/configure.ac
Log:
add define of DISABLE_GLOBAL_POINTERS back to configure.ac, update comments
to include ref to README.symbian
Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac 2004-07-21 06:03:36 UTC (rev 7203)
+++ trunk/speex/configure.ac 2004-07-21 06:06:40 UTC (rev 7204)
@@ -90,7 +90,10 @@
AC_DEFINE([EPIC_48K], , [Enable support for Epic 4.8 kbps mode])
fi])
-AC_ARG_ENABLE(global-pointers, [ --disable-global-pointers disable use of writable global data], noglobals="yes", noglobals="no")
+AC_ARG_ENABLE(global-pointers, [ --disable-global-pointers disable writing to data segments (README.symbian)], noglobals="yes", noglobals="no")
+if test "$noglobals" = yes; then
+ AC_DEFINE([DISABLE_GLOBAL_POINTERS], , [Disable writing to data segments; see README.symbian])
+fi
AM_CONDITIONAL(DISABLE_GLOBAL_POINTERS, [test "x$noglobals" = "xyes"])
dnl Output the makefiles and version.h.
More information about the commits
mailing list