diff options
author | foobar <sniper@php.net> | 2005-05-27 13:15:47 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-05-27 13:15:47 +0000 |
commit | b74a5eac593e046021c3b2e2e6e9b654620c0a6b (patch) | |
tree | 1a483f25f0c5b260913b2502ea4054a7d773b383 | |
parent | 9ef2ea19e56d734a6d77f4ea9f257d82e1a86c49 (diff) | |
download | php-git-b74a5eac593e046021c3b2e2e6e9b654620c0a6b.tar.gz |
- Make sure EGREP and SED get set early enough.
-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 5b056f5709..916004cea4 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -2,6 +2,8 @@ dnl This file becomes configure.in for self-contained extensions. AC_INIT(config.m4) +PHP_CONFIG_NICE(config.nice) + AC_DEFUN([PHP_WITH_PHP_CONFIG],[ AC_ARG_WITH(php-config, [ --with-php-config=PATH],[ @@ -41,8 +43,6 @@ dnl abs_srcdir=`(cd $srcdir && pwd)` abs_builddir=`pwd` -PHP_CONFIG_NICE(config.nice) - AC_PROG_CC AC_PROG_CC_C_O |