[xiph-commits] r7115 - trunk/speex

conrad at dactyl.lonelymoon.com conrad
Tue Jul 13 21:35:04 PDT 2004


Author: conrad
Date: Tue Jul 13 21:35:04 2004
New Revision: 7115

Modified:
trunk/speex/configure.in
Log:
remove definition of unused SPEEX_DISABLE_GLOBAL_POINTERS from configure.in;
this functionality is now handled by the build system (automake cond etc.)


Modified: trunk/speex/configure.in
===================================================================
--- trunk/speex/configure.in	2004-07-14 04:34:08 UTC (rev 7114)
+++ trunk/speex/configure.in	2004-07-14 04:35:03 UTC (rev 7115)
@@ -91,7 +91,6 @@
AC_ARG_ENABLE(epic-48k, [  --enable-epic-48k       enable support for Epic 4.8 kbps mode], [if test "$enableval" = yes; then AC_DEFINE(EPIC_48K) fi])

AC_ARG_ENABLE(global-pointers, [  --disable-global-pointers  disable use of writable global data], noglobals="yes", noglobals="no")
-if test "$noglobals" = yes; then AC_DEFINE(SPEEX_DISABLE_GLOBAL_POINTERS) fi
AM_CONDITIONAL(DISABLE_GLOBAL_POINTERS, [test "x$noglobals" = "xyes"])

dnl Output the makefiles and version.h.



More information about the commits mailing list