From 4d83ad6282ac746b9b9af1584d33903491668cb2 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 7 Jun 2005 17:23:12 +0000 Subject: [PATCH] MFH --- configure.in | 10 ---------- 1 file changed, 10 deletions(-) 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) -- 2.40.0