summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-14 07:08:08 +0000
committerSascha Schumann <sas@php.net>2000-06-14 07:08:08 +0000
commit17fe68011726ca577e3308c3e1ca479f5665cca8 (patch)
tree8d6826eeb1ae447b180f277999bd9264b8982a07
parent35f43ad274c504b68ff17d644fd2d16a3feb4a49 (diff)
downloadphp-git-17fe68011726ca577e3308c3e1ca479f5665cca8.tar.gz
Only replaced C0X and C0x, but not c0x..
-rw-r--r--Zend/Zend.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4
index 227eefdf74..ef236bbed0 100644
--- a/Zend/Zend.m4
+++ b/Zend/Zend.m4
@@ -100,8 +100,8 @@ AC_ARG_ENABLE(debug,
AC_DEFUN(LIBZEND_OTHER_CHECKS,[
-AC_ARG_ENABLE(c0x-inline,
-[ --enable-c0x-inline Enable C9x-inline semantics],[
+AC_ARG_ENABLE(c9x-inline,
+[ --enable-c9x-inline Enable C9x-inline semantics],[
ZEND_C9X_INLINE=$enableval
],[
ZEND_C9X_INLINE=no