diff options
author | Sascha Schumann <sas@php.net> | 2000-05-31 13:15:58 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-31 13:15:58 +0000 |
commit | b470fe138b8dd1e56ea204b680a501162b2ce5d8 (patch) | |
tree | 2c897e6697a8d3c7b99502a593189abb94684195 /sapi | |
parent | ecd354ada1b58339f66796048372e0a087ccd12b (diff) | |
download | php-git-b470fe138b8dd1e56ea204b680a501162b2ce5d8.tar.gz |
The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI
failing to build.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/nsapi/config.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/nsapi/config.m4 b/sapi/nsapi/config.m4 index 0a553a171b..140f0767ee 100644 --- a/sapi/nsapi/config.m4 +++ b/sapi/nsapi/config.m4 @@ -14,7 +14,6 @@ if test "$PHP_NSAPI" != "no"; then AC_MSG_ERROR(Please specify the path to the root of your Netscape server using --with-nsapi=DIR) fi AC_MSG_CHECKING(for NSAPI include files) - NSAPI_INCLUDE="" if test -d $PHP_NSAPI/include ; then NSAPI_INCLUDE=$PHP_NSAPI/include AC_MSG_RESULT(Netscape-Enterprise/3.x style) @@ -32,7 +31,6 @@ if test "$PHP_NSAPI" != "no"; then INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED $PHP_NSAPI/bin/" fi -INCLUDES="$INCLUDES -I$NSAPI_INCLUDE" dnl ## Local Variables: dnl ## tab-width: 4 |