diff options
author | Sascha Schumann <sas@php.net> | 2003-09-03 08:08:12 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2003-09-03 08:08:12 +0000 |
commit | a283caf3925e8fac6af53519e0a90c795cc1e0a5 (patch) | |
tree | 0bc98f4f9dcfd846b2bf2218981e46d745e0798f /scripts/phpize.m4 | |
parent | 2f6e25da7919582e0f4f50b368103ce33e279b65 (diff) | |
download | php-git-a283caf3925e8fac6af53519e0a90c795cc1e0a5.tar.gz |
centralize cflags
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r-- | scripts/phpize.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 8dd3d0ba67..8ed89ddf86 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -68,7 +68,7 @@ all_targets='$(PHP_MODULES)' install_targets=install-modules phplibdir="`pwd`/modules" CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H" -CFLAGS_CLEAN=$CFLAGS +CFLAGS_CLEAN='$(CFLAGS)' test "$prefix" = "NONE" && prefix="/usr/local" test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)' |