From 223301c75e3f102d5f512355c1c2bfbd34ee4563 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 28 Jun 2007 00:21:18 +0000 Subject: [PATCH] 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 --- modules/NWGNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0