From: Sascha Schumann Date: Wed, 31 May 2000 13:15:58 +0000 (+0000) Subject: The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b470fe138b8dd1e56ea204b680a501162b2ce5d8;p=php The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI failing to build. --- 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