NSAPI 3.x fix
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 27 Jun 2005 00:27:02 +0000 (00:27 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 27 Jun 2005 00:27:02 +0000 (00:27 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1736 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index e4df9cf..b71c0b2 100644 (file)
@@ -269,6 +269,7 @@ if test "$WANT_NSAPI" != "no"; then
     NSAPI_INCLUDE=$WANT_NSAPI/include
     AC_MSG_RESULT(Netscape-Enterprise 3.x style)
     AC_CHECK_HEADERS([$NSAPI_INCLUDE/nsapi.h])
+    NSAPI_INCLUDE="$NSAPI_INC_DIR -I$NSAPI_INCLUDE"
   fi
   if test -d $WANT_NSAPI/plugins/include ; then
     test -n "$NSAPI_INCLUDE" && NSAPI_INC_DIR="-I$NSAPI_INCLUDE"