From 79d71a17a5e7b7c7ee73cf4c48d5b6b8bb3531a7 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 22 Apr 2002 11:06:22 +0000 Subject: [PATCH] MFZE1: Change default value of inline-opt to yes (Sascha). --- Zend/Zend.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 409c040833..18ba17f35d 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -127,11 +127,11 @@ AC_ARG_ENABLE(experimental-zts, ]) AC_ARG_ENABLE(inline-optimization, -[ --enable-inline-optimization If you have much memory and are using - gcc, you might try this.],[ +[ --disable-inline-optimization If building zend_execute.lo fails, try + this switch.],[ ZEND_INLINE_OPTIMIZATION=$enableval ],[ - ZEND_INLINE_OPTIMIZATION=no + ZEND_INLINE_OPTIMIZATION=yes ]) AC_ARG_ENABLE(memory-limit, -- 2.40.0