summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2009-03-26 14:23:56 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2009-03-26 14:23:56 +0000
commit770c4c49ad63e76e4bb870c584b88f3799391956 (patch)
tree547fea459f1ad0fdc412474f4599ec572a1b7f43 /Makefile.win
parent63c73dc56de5ec9ec2b208286c9322ba1a337ef6 (diff)
downloadhttpd-770c4c49ad63e76e4bb870c584b88f3799391956.tar.gz
try lua, you'll like it; completes r758657
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.win b/Makefile.win
index ca17979512..299416a969 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -142,16 +142,6 @@ _tryzlib:
!ENDIF
-_tryssl:
- @echo -----
- @echo mod_ssl and ab/ssl will not build unless openssl is installed
- @echo in srclib\openssl. They must be precompiled using the
- @echo ms/ntdll.mak file, see srclib\openssl\INSTALL.W32. The most
- @echo recent version confirmed to build with mod_ssl and ab is 0.9.8d.
- @echo Available from http://www.openssl.org/
-!ENDIF
-
-
!IF EXIST("srclib\lua")
_trylua: