]> granicus.if.org Git - php/commitdiff
The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI
authorSascha Schumann <sas@php.net>
Wed, 31 May 2000 13:15:58 +0000 (13:15 +0000)
committerSascha Schumann <sas@php.net>
Wed, 31 May 2000 13:15:58 +0000 (13:15 +0000)
failing to build.

sapi/nsapi/config.m4

index 0a553a171b8fd22d20e928f093ca75eac57a645f..140f0767eea8d2a2394dc2d6044ecad3b5571658 100644 (file)
@@ -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