You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/07/12 00:31:40 UTC

svn commit: r793236 - /httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc

Author: fuankg
Date: Sat Jul 11 22:31:40 2009
New Revision: 793236

URL: http://svn.apache.org/viewvc?rev=793236&view=rev
Log:
added NetWare SDK path sanity checks.

Modified:
    httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc

Modified: httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc?rev=793236&r1=793235&r2=793236&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc (original)
+++ httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc Sat Jul 11 22:31:40 2009
@@ -38,11 +38,16 @@
 ifndef NOVELLLIBC
 NOVELLLIBC = C:/novell/ndk/libc
 endif
+ifneq "$(wildcard $(NOVELLLIBC)/include/ndkvers.h)" "$(NOVELLLIBC)/include/ndkvers.h"
+$(error NOVELLLIBC does not point to a valid Novell LIBC SDK) 
+endif
 
-# This is a placeholder
-# ifndef LDAPSDK
-# LDAPSDK = C:/novell/ndk/cldapsdk
-# endif
+ifndef LDAPSDK
+LDAPSDK = C:/novell/ndk/cldapsdk/NetWare/libc
+endif
+ifneq "$(wildcard $(LDAPSDK)/inc/ldap.h)" "$(LDAPSDK)/inc/ldap.h"
+$(error LDAPSDK does not point to a valid Novell CLDAP SDK) 
+endif
 
 # This is a placeholder
 # ifndef ZLIBSDK