diff options
| author | Stig Bakken <ssb@php.net> | 2001-03-12 09:54:26 +0000 |
|---|---|---|
| committer | Stig Bakken <ssb@php.net> | 2001-03-12 09:54:26 +0000 |
| commit | 7a7590002c8eccadcab9075569535a9478ccfb65 (patch) | |
| tree | 9f44b602723a3e3783ce465a1abbfcac857f1556 | |
| parent | be83ba17da647180c64f1d82706e8ebccbf70d6e (diff) | |
| download | php-git-7a7590002c8eccadcab9075569535a9478ccfb65.tar.gz | |
HEADS UP: renamed config header file in "phpize"d extensions to
"config.h" rather than "php_config.h".
| -rw-r--r-- | pear/pear.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/pear.m4 b/pear/pear.m4 index 7dc38794ac..f84ce68564 100644 --- a/pear/pear.m4 +++ b/pear/pear.m4 @@ -81,6 +81,6 @@ PHP_GEN_MAKEFILES($PHP_FAST_OUTPUT_FILES) test -d modules || mkdir modules touch .deps -AC_CONFIG_HEADER(php_config.h) +AC_CONFIG_HEADER(config.h) AC_OUTPUT() |
