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/aolserver | |
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/aolserver')
-rw-r--r-- | sapi/aolserver/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/aolserver/config.m4 b/sapi/aolserver/config.m4 index 98cd27d086..a353b3c4dc 100644 --- a/sapi/aolserver/config.m4 +++ b/sapi/aolserver/config.m4 @@ -20,7 +20,7 @@ if test "$PHP_AOLSERVER" != "no"; then AC_MSG_ERROR(Please specify the path to the root of AOLserver using --with-aolserver=DIR) fi PHP_BUILD_THREAD_SAFE - AC_ADD_INCLUDE($PHP_AOLSERVER_SRC/include) + PHP_ADD_INCLUDE($PHP_AOLSERVER_SRC/include) AC_DEFINE(HAVE_AOLSERVER,1,[Whether you have AOLserver]) PHP_SAPI=aolserver PHP_BUILD_SHARED |