From: William A. Rowe Jr Date: Mon, 15 Mar 2004 19:59:18 +0000 (+0000) Subject: Bugfix 1; if no ssl, no reason for ssl.conf. X-Git-Tag: pre_ajp_proxy~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de2dbe78eec92e60f845a9521e44b7665610019d;p=apache Bugfix 1; if no ssl, no reason for ssl.conf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102960 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 5cd348df8d..b52ff441cf 100644 --- a/Makefile.win +++ b/Makefile.win @@ -658,6 +658,7 @@ BEGIN { print $$0; } << +!IF EXIST("srclib\openssl") if not exist "$(INSTDIR)\conf\ssl.conf" \ copy "$(INSTDIR)\conf\ssl.default.conf" "$(INSTDIR)\conf\ssl.conf" -awk -f <"$(INSTDIR)\bin\dbmmanage.pl" @@ -668,5 +669,6 @@ BEGIN { print $$0; } << +!ENDIF del .y del .a