summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-04-22 11:06:22 +0000
committerSebastian Bergmann <sebastian@php.net>2002-04-22 11:06:22 +0000
commit79d71a17a5e7b7c7ee73cf4c48d5b6b8bb3531a7 (patch)
treedd645055f256c50843cdc4da7801d30dc65b231b /Zend
parent2afbbd2e4ff3c359a1088d0f7c207b5e89f7e274 (diff)
downloadphp-git-79d71a17a5e7b7c7ee73cf4c48d5b6b8bb3531a7.tar.gz
MFZE1: Change default value of inline-opt to yes (Sascha).
Diffstat (limited to 'Zend')
-rw-r--r--Zend/Zend.m46
1 files 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,