summaryrefslogtreecommitdiff
path: root/sapi/thttpd
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-03-27 20:35:04 +0000
committerfoobar <sniper@php.net>2001-03-27 20:35:04 +0000
commit8a26918ed113620828f48989e6a170cd630f6a4e (patch)
tree0fedcc6f4b9f8a6c657305fa96b7d89bcc641787 /sapi/thttpd
parentc713967de336eea5b774b134a4e4023f1b8c946c (diff)
downloadphp-git-8a26918ed113620828f48989e6a170cd630f6a4e.tar.gz
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..
Diffstat (limited to 'sapi/thttpd')
-rw-r--r--sapi/thttpd/config.m44
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
],[