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/fastcgi | |
| 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/fastcgi')
| -rw-r--r-- | sapi/fastcgi/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/fastcgi/config.m4 b/sapi/fastcgi/config.m4 index 7e9c39e0b5..7c44217a69 100644 --- a/sapi/fastcgi/config.m4 +++ b/sapi/fastcgi/config.m4 @@ -10,7 +10,7 @@ AC_ARG_WITH(fastcgi, test -f "$FASTCGIPATH/include/fastcgi.h" || AC_MSG_ERROR(Unable to find fastcgi.h in $FASTCGIPATH/include) PHP_SAPI=fastcgi PHP_LIBS=$FASTCGIPATH/lib/libfcgi.a - AC_ADD_INCLUDE($FASTCGIPATH/include) + PHP_ADD_INCLUDE($FASTCGIPATH/include) EXT_PROGRAM_LDADD="$EXT_PROGRAM_LDADD $FASTCGIPATH/lib/libfcgi.a" INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_PROGRAM \$(bindir)/$SAPI_FASTCGI" RESULT="yes" |
