From: foobar Date: Tue, 7 Jun 2005 17:23:12 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.4.0RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d83ad6282ac746b9b9af1584d33903491668cb2;p=php MFH --- diff --git a/configure.in b/configure.in index 081aa7758f..93ad74db41 100644 --- a/configure.in +++ b/configure.in @@ -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)