summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-07-09 19:41:41 +0000
committerFelipe Pena <felipe@php.net>2010-07-09 19:41:41 +0000
commit1a2fe6faf0ca9319ca91ffade63d71ffab4a3d4f (patch)
treee13267526c305e116bad9485068949af88d66ffc
parent74499b10ada144870a02f928c0a468a18a56776a (diff)
downloadphp-git-1a2fe6faf0ca9319ca91ffade63d71ffab4a3d4f.tar.gz
- Removed -c Lemon flag to compress the action table (magically fixes the switch rule :D)
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b6f65fec81..f6c85d29ce 100644
--- a/configure.in
+++ b/configure.in
@@ -1054,10 +1054,10 @@ LIBZEND_OTHER_CHECKS
if test "$ZEND_MAINTAINER_ZTS" = "yes"; then
AC_DEFINE(ZTS,1,[ ])
PHP_THREAD_SAFETY=yes
- LEMON_FLAGS="-c -q D=ZTS"
+ LEMON_FLAGS="-q D=ZTS"
else
PHP_THREAD_SAFETY=no
- LEMON_FLAGS="-c -q"
+ LEMON_FLAGS="-q"
fi
PHP_SUBST(LEMON_FLAGS)