]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Tue, 7 Jun 2005 17:23:12 +0000 (17:23 +0000)
committerfoobar <sniper@php.net>
Tue, 7 Jun 2005 17:23:12 +0000 (17:23 +0000)
configure.in

index 081aa7758fef7437d1c93f6a321772629b655455..93ad74db4155d8c5cb59168ccc51ea3167b1be35 100644 (file)
@@ -659,16 +659,6 @@ else
   ZEND_DEBUG=no
 fi
 
-PHP_ARG_ENABLE(zend-memory-manager,whether to enable the Zend memory manager,
-[  --disable-zend-memory-manager
-                          Disable the Zend memory manager (DEVELOPERS ONLY)],yes, no)
-
-if test "$PHP_ZEND_MEMORY_MANAGER" = "yes"; then
-  AC_DEFINE(USE_ZEND_ALLOC, 1, [ ])
-else
-  AC_DEFINE(USE_ZEND_ALLOC, 0, [ ])
-fi
-
 PHP_ARG_WITH(layout,[layout of installed files],
 [  --with-layout=TYPE      Sets how installed files will be laid out.  Type is
                           one of "PHP" (default) or "GNU"], PHP, no)