From de2dbe78eec92e60f845a9521e44b7665610019d Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 15 Mar 2004 19:59:18 +0000 Subject: [PATCH] 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 --- Makefile.win | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1