summaryrefslogtreecommitdiffstats
path: root/modules/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2007-06-28 02:21:18 +0200
committerGuenter Knauf <fuankg@apache.org>2007-06-28 02:21:18 +0200
commit223301c75e3f102d5f512355c1c2bfbd34ee4563 (patch)
treeeed0921b98bb2cfbf5b5e7781f13d4cb8b3cbd0a /modules/NWGNUmakefile
parentadded openssl files to the installation directory. (diff)
downloadapache2-223301c75e3f102d5f512355c1c2bfbd34ee4563.tar.xz
apache2-223301c75e3f102d5f512355c1c2bfbd34ee4563.zip
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
Diffstat (limited to 'modules/NWGNUmakefile')
-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)