summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorGwynne Raskind <gwynne@php.net>2009-12-02 17:42:58 +0000
committerGwynne Raskind <gwynne@php.net>2009-12-02 17:42:58 +0000
commitea03ad31b72fed5e417b83c0f1c6c831a29d4ba2 (patch)
tree79f1916180ad71060cd414d39ec7b87a4401bf56 /scripts/phpize.m4
parent572d0e32ef598b54e1ace00cfffc4372f4c4703e (diff)
downloadphp-git-ea03ad31b72fed5e417b83c0f1c6c831a29d4ba2.tar.gz
One change in trying to update Autoconf was missed. This makes phpize work again.
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index e38acb0ef3..07e6037fbc 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -1,6 +1,6 @@
dnl This file becomes configure.in for self-contained extensions.
-divert(1001)
+divert(1)
AC_PREREQ(2.13)
AC_INIT(config.m4)