Skip to content

Commit b74a5ea

Browse files
author
foobar
committed
- Make sure EGREP and SED get set early enough.
1 parent 9ef2ea1 commit b74a5ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/phpize.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ dnl This file becomes configure.in for self-contained extensions.
22

33
AC_INIT(config.m4)
44

5+
PHP_CONFIG_NICE(config.nice)
6+
57
AC_DEFUN([PHP_WITH_PHP_CONFIG],[
68
AC_ARG_WITH(php-config,
79
[ --with-php-config=PATH],[
@@ -41,8 +43,6 @@ dnl
4143
abs_srcdir=`(cd $srcdir && pwd)`
4244
abs_builddir=`pwd`
4345

44-
PHP_CONFIG_NICE(config.nice)
45-
4646
AC_PROG_CC
4747
AC_PROG_CC_C_O
4848

0 commit comments

Comments
 (0)