diff options
| author | Wilfredo Sanchez <wsanchez@php.net> | 2001-04-03 23:30:49 +0000 |
|---|---|---|
| committer | Wilfredo Sanchez <wsanchez@php.net> | 2001-04-03 23:30:49 +0000 |
| commit | cb71c4c2d0553cc2a93c5ddba873e150b6be6fa5 (patch) | |
| tree | 00f22a4527c10c2e42f24fef6c86599e28ca16ec /sapi/thttpd/config.m4 | |
| parent | a71b0e1bfb95435c56cb2c090f5c19707cf309ac (diff) | |
| download | php-git-cb71c4c2d0553cc2a93c5ddba873e150b6be6fa5.tar.gz | |
Separate CPPFLAGS from CFLAGS.
Diffstat (limited to 'sapi/thttpd/config.m4')
| -rw-r--r-- | sapi/thttpd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index f8242f72d5..e3a1470de2 100644 --- a/sapi/thttpd/config.m4 +++ b/sapi/thttpd/config.m4 @@ -5,7 +5,7 @@ AC_ARG_WITH(thttpd, INSTALL_IT="\ echo 'PHP_LIBS = -L. -lphp4 \$(PHP_LIBS) \$(EXTRA_LIBS)' > $THTTPD/php_makefile; \ echo 'PHP_LDFLAGS = \$(NATIVE_RPATHS) \$(PHP_LDFLAGS)' >> $THTTPD/php_makefile; \ - echo 'PHP_CFLAGS = \$(COMMON_FLAGS) \$(CFLAGS) \$(EXTRA_CFLAGS)' >> $THTTPD/php_makefile; \ + echo 'PHP_CFLAGS = \$(COMMON_FLAGS) \$(CFLAGS) \$(CPPFLAGS) \$(EXTRA_CFLAGS)' >> $THTTPD/php_makefile; \ \$(LN_S) $abs_srcdir/sapi/thttpd/thttpd.c $THTTPD/php_thttpd.c; \ cp $abs_srcdir/sapi/thttpd/php_thttpd.h $SAPI_STATIC $THTTPD;\ test -f $THTTPD/php_patched || \ |
