diff options
author | Christopher Jones <sixd@php.net> | 2011-06-08 01:25:35 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2011-06-08 01:25:35 +0000 |
commit | 9622d0050d6143da338ce9fc518ee8475f4f3613 (patch) | |
tree | 0748a71b2c31eaf6ba48749df08cdd6d4f32c903 /scripts | |
parent | ddaddf6c2ad337b6b2140c82cdeca56f30333947 (diff) | |
download | php-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.m4 | 4 |
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) |