From 8a26918ed113620828f48989e6a170cd630f6a4e Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 27 Mar 2001 20:35:04 +0000 Subject: Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. # Heads up people! I tested this before committing but you never know.. --- sapi/phttpd/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/phttpd') diff --git a/sapi/phttpd/config.m4 b/sapi/phttpd/config.m4 index 10460b84e0..516ec6b433 100644 --- a/sapi/phttpd/config.m4 +++ b/sapi/phttpd/config.m4 @@ -10,7 +10,7 @@ AC_ARG_WITH(phttpd, fi PHP_BUILD_THREAD_SAFE PHTTPD_DIR=$withval - AC_ADD_INCLUDE($PHTTPD_DIR/include) + PHP_ADD_INCLUDE($PHTTPD_DIR/include) AC_DEFINE(HAVE_PHTTPD,1,[Whether you have phttpd]) PHP_SAPI=phttpd PHP_BUILD_SHARED -- cgit v1.2.1