summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
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)