sas             Wed Sep  3 04:07:55 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/scripts    phpize.m4 
  Log:
  centralize cflags
  
Index: php-src/scripts/phpize.m4
diff -u php-src/scripts/phpize.m4:1.1.2.6 php-src/scripts/phpize.m4:1.1.2.7
--- php-src/scripts/phpize.m4:1.1.2.6   Tue Sep  2 15:42:03 2003
+++ php-src/scripts/phpize.m4   Wed Sep  3 04:07:51 2003
@@ -68,7 +68,7 @@
 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)'



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to