summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-06-08 01:25:35 +0000
committerChristopher Jones <sixd@php.net>2011-06-08 01:25:35 +0000
commit9622d0050d6143da338ce9fc518ee8475f4f3613 (patch)
tree0748a71b2c31eaf6ba48749df08cdd6d4f32c903 /scripts
parentddaddf6c2ad337b6b2140c82cdeca56f30333947 (diff)
downloadphp-git-9622d0050d6143da338ce9fc518ee8475f4f3613.tar.gz
Relax autoconf support from 2.60 to 2.59. This is the version available on Centos/RHEL/Oracle Linux 5.6
Diffstat (limited to 'scripts')
-rw-r--r--scripts/phpize.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index 7faf6231da..d745ca7443 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -1,8 +1,8 @@
dnl This file becomes configure.in for self-contained extensions.
-AC_PREREQ(2.60)
+AC_PREREQ(2.59)
AC_INIT(config.m4)
-AC_PRESERVE_HELP_ORDER
+ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])
PHP_CONFIG_NICE(config.nice)