diff options
author | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
commit | 8a26918ed113620828f48989e6a170cd630f6a4e (patch) | |
tree | 0fedcc6f4b9f8a6c657305fa96b7d89bcc641787 /sapi/isapi/config.m4 | |
parent | c713967de336eea5b774b134a4e4023f1b8c946c (diff) | |
download | php-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/isapi/config.m4')
-rw-r--r-- | sapi/isapi/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/config.m4 b/sapi/isapi/config.m4 index 343a7ac7f7..f40bd2c651 100644 --- a/sapi/isapi/config.m4 +++ b/sapi/isapi/config.m4 @@ -13,7 +13,7 @@ AC_ARG_WITH(isapi, test -f "$ZEUSPATH/web/include/httpext.h" || AC_MSG_ERROR(Unable to find httpext.h in $ZEUSPATH/web/include) PHP_BUILD_THREAD_SAFE AC_DEFINE(WITH_ZEUS,1,[ ]) - AC_ADD_INCLUDE($ZEUSPATH/web/include) + PHP_ADD_INCLUDE($ZEUSPATH/web/include) PHP_SAPI=isapi PHP_BUILD_SHARED INSTALL_IT="\$(SHELL) \$(srcdir)/install-sh -m 0755 $SAPI_SHARED $ZEUSPATH/web/bin/" |