diff options
Diffstat (limited to 'sapi/thttpd/config.m4')
| -rw-r--r-- | sapi/thttpd/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index d125b8768e..f8242f72d5 100644 --- a/sapi/thttpd/config.m4 +++ b/sapi/thttpd/config.m4 @@ -1,7 +1,7 @@ AC_ARG_WITH(thttpd, [ --with-thttpd=SRCDIR Build PHP as thttpd module],[ test -d $withval || AC_MSG_RESULT(thttpd directory does not exist ($withval)) - AC_EXPAND_PATH($withval, THTTPD) + PHP_EXPAND_PATH($withval, 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; \ @@ -11,7 +11,7 @@ AC_ARG_WITH(thttpd, test -f $THTTPD/php_patched || \ (cd $THTTPD && patch < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)" PHP_THTTPD="yes, using $THTTPD" - AC_ADD_INCLUDE($THTTPD) + PHP_ADD_INCLUDE($THTTPD) PHP_BUILD_STATIC PHP_SAPI=thttpd ],[ |
