cvs: php4 /sapi/nsapi/ config.m4

[email protected] ("Sascha Schumann") Wed, 31 May 2000 13:15:58 -0000
Newsgroups php.version4
Message-ID <cvssas959778958@cvsserver>
sas		Wed May 31 06:15:58 2000 EDT

  Modified files:
    /php4/sapi/nsapi	config.m4 
  Log:
  The last line added '-I' to INCLUDES, causing all SAPI modules but NSAPI
  failing to build.
  
  
Index: php4/sapi/nsapi/config.m4
diff -u php4/sapi/nsapi/config.m4:1.5 php4/sapi/nsapi/config.m4:1.6
--- php4/sapi/nsapi/config.m4:1.5	Tue May 30 06:20:18 2000
+++ php4/sapi/nsapi/config.m4	Wed May 31 06:15:58 2000
@@ -1,4 +1,4 @@
-dnl ## $Id: config.m4,v 1.5 2000/05/30 13:20:18 antw Exp $ -*- sh -*-
+dnl ## $Id: config.m4,v 1.6 2000/05/31 13:15:58 sas Exp $ -*- sh -*-
 
 AC_MSG_CHECKING(for NSAPI support)
 AC_ARG_WITH(nsapi,
@@ -14,7 +14,6 @@
     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 @@
   INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED $PHP_NSAPI/bin/"
 fi
 
-INCLUDES="$INCLUDES -I$NSAPI_INCLUDE"
 
 dnl ## Local Variables:
 dnl ## tab-width: 4