From 4d982012172d901fcc07c435d49b2b822b411d7c Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 3 Sep 2003 08:07:51 +0000 Subject: [PATCH] centralize cflags --- scripts/phpize.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- 2.50.1