Skip to content

Commit deec59a

Browse files
committed
Last attempt to get this stuff right before punting it
and being stuck on 1996 autoconf for eternity
1 parent 7cdd773 commit deec59a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

acinclude.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AC_DEFUN([PHP_CONFIGURE_PART],[
3030
])
3131

3232
AC_DEFUN([PHP_DIVERT],[
33-
ifdef('AC_PRESERVE_HELP_ORDER', [], [ divert($1) ] )
33+
ifdef([AC_PRESERVE_HELP_ORDER], [], [ divert($1) ] )
3434
])
3535

3636
dnl -------------------------------------------------------------------------

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AC_PREREQ(2.13)
1515
AC_INIT(README.SVN-RULES)
1616
dnl For autoconf 2.60+ we use AC_PRESERVE_HELP_ORDER
1717
dnl instead of 2.13-style diversions
18-
ifdef('AC_PRESERVE_HELP_ORDER', [AC_PRESERVE_HELP_ORDER], [])
18+
ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])
1919

2020
PHP_CONFIG_NICE(config.nice)
2121

0 commit comments

Comments
 (0)