Skip to content

Commit

Permalink
centralize cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Sep 3, 2003
1 parent 2f6e25d commit a283caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/phpize.m4
Expand Up @@ -68,7 +68,7 @@ all_targets='$(PHP_MODULES)'
install_targets=install-modules install_targets=install-modules
phplibdir="`pwd`/modules" phplibdir="`pwd`/modules"
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H" CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"
CFLAGS_CLEAN=$CFLAGS CFLAGS_CLEAN='$(CFLAGS)'


test "$prefix" = "NONE" && prefix="/usr/local" test "$prefix" = "NONE" && prefix="/usr/local"
test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)' test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
Expand Down

0 comments on commit a283caf

Please sign in to comment.