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 | 2e235022e9ff618e66adb7352c15f489d05eac60 (patch) | |
tree | e9e254874ef4dc56ce8e29b6e36fc28f781b8748 /scripts/phpize.m4 | |
parent | 547ab485214d860551d20c2d8333f6bfbc85e54b (diff) | |
download | php-git-2e235022e9ff618e66adb7352c15f489d05eac60.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/phpize.m4')
-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) |