]> granicus.if.org Git - apache/commitdiff
introduced independent var since we can build mod_ssl with both BSD and WINSOCK.
authorGuenter Knauf <fuankg@apache.org>
Thu, 28 Jun 2007 00:21:18 +0000 (00:21 +0000)
committerGuenter Knauf <fuankg@apache.org>
Thu, 28 Jun 2007 00:21:18 +0000 (00:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551413 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile

index 525e1a2e95e0f8f7f031e69ee8c2aa155a1fc38d..b7b49e5444b4bce70f84d02de9c17f277543e8e5 100644 (file)
@@ -27,7 +27,7 @@ SUBDIRS += ldap \
 endif
 
 # If OSSLSDK has been defined then build the mod_ssl module
-ifndef USE_STDSOCKETS
+ifdef WITH_MOD_SSL
 ifneq "$(OSSLSDK)" ""
 SUBDIRS += ssl \
        $(EOLIST)