diff options
author | Andrei Zmievski <andrei@php.net> | 2001-12-12 20:26:13 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-12-12 20:26:13 +0000 |
commit | 6bd64164d526c9dc58fd056ad256c2efb5b330a2 (patch) | |
tree | 15c937564757115de7309b0c8f08840c721e15e7 /pear/pear.m4 | |
parent | 74efc41fc39cc96342d5e2ed59c9218cee40950e (diff) | |
download | php-git-6bd64164d526c9dc58fd056ad256c2efb5b330a2.tar.gz |
Always output config.nice for standalone extensions. (Really helps with
PHP-GTK).
Diffstat (limited to 'pear/pear.m4')
-rw-r--r-- | pear/pear.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pear/pear.m4 b/pear/pear.m4 index 92ec102bb6..9f12801611 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -28,6 +28,8 @@ abs_srcdir=`(cd $srcdir && pwd)` php_always_shared=yes +PHP_CONFIG_NICE(config.nice) + AC_PROG_CC AC_PROG_CC_C_O |