kalowsky Sun Sep 8 14:13:57 2002 EDT Modified files: /php4/sapi/nsapi config.m4 Log: Fix for bug #19290 # Untested Index: php4/sapi/nsapi/config.m4 diff -u php4/sapi/nsapi/config.m4:1.14 php4/sapi/nsapi/config.m4:1.15 --- php4/sapi/nsapi/config.m4:1.14 Tue Aug 20 19:04:53 2002 +++ php4/sapi/nsapi/config.m4 Sun Sep 8 14:13:56 2002 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.14 2002/08/20 23:04:53 kalowsky Exp $ +dnl $Id: config.m4,v 1.15 2002/09/08 18:13:56 kalowsky Exp $ dnl AC_MSG_CHECKING(for NSAPI support) @@ -22,9 +22,11 @@ AC_CHECK_HEADERS([$NSAPI_INCLUDE/nsapi.h]) fi if test -d $PHP_NSAPI/plugins/include ; then - NSAPI_INCLUDE="$NSAPI_INCLUDE -I$PHP_NSAPI/plugins/include" + NSAPI_INC_DIR="$NSAPI_INCLUDE" + NSAPI_INCLUDE="$PHP_NSAPI/plugins/include" AC_MSG_RESULT(iPlanet/4.x style) AC_CHECK_HEADERS([$NSAPI_INCLUDE/nsapi.h]) + NSAPI_INCLUDE="$NSAPI_INC_DIR -I$NSAPI_INCLUDE" fi if test "$NSAPI_INCLUDE" = ""; then AC_MSG_ERROR(Please check you have nsapi.h in either $PHP_NSAPI/include or $PHP_NSAPI/plugins/include)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php