From: Guenter Knauf Date: Thu, 28 Jun 2007 00:21:18 +0000 (+0000) Subject: introduced independent var since we can build mod_ssl with both BSD and WINSOCK. X-Git-Tag: 2.3.0~1747 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=223301c75e3f102d5f512355c1c2bfbd34ee4563;p=apache introduced independent var since we can build mod_ssl with both BSD and WINSOCK. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@551413 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index 525e1a2e95..b7b49e5444 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -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)