summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5c3c7577a7..74274cb450 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -29,6 +29,10 @@ AC_DEFUN([PHP_CONFIGURE_PART],[
AC_MSG_RESULT([${T_MD}$1${T_ME}])
])
+AC_DEFUN([PHP_DIVERT],[
+ ifdef('AC_PRESERVE_HELP_ORDER', [], [ divert($1) ] )
+])
+
dnl -------------------------------------------------------------------------
dnl Build system helper macros
dnl -------------------------------------------------------------------------