From 221dd6f4dd6c454b012b6ca76209047341780c19 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 15 Mar 2004 20:01:07 +0000 Subject: [PATCH] whoops - moving to fast - fix 1.135 to exclude the appropriate makefile section if ssl.conf is unneeded. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102962 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index b52ff441cf5..aed5c2d1f6b 100644 --- a/Makefile.win +++ b/Makefile.win @@ -644,6 +644,7 @@ BEGIN { << if not exist "$(INSTDIR)\conf\httpd.conf" \ copy "$(INSTDIR)\conf\httpd.default.conf" "$(INSTDIR)\conf\httpd.conf" +!IF EXIST("srclib\openssl") copy docs\conf\ssl-std.conf.in "$(INSTDIR)\conf\ssl.default.conf" <.y -awk -f < "$(INSTDIR)\conf\ssl.default.conf" BEGIN { @@ -658,9 +659,9 @@ BEGIN { print $$0; } << -!IF EXIST("srclib\openssl") if not exist "$(INSTDIR)\conf\ssl.conf" \ copy "$(INSTDIR)\conf\ssl.default.conf" "$(INSTDIR)\conf\ssl.conf" +!ENDIF -awk -f <"$(INSTDIR)\bin\dbmmanage.pl" { if ( $$0 ~ /^BEGIN \{ @AnyDBM_File::/ ) { sub( /ISA = qw\(.*\)/, "ISA = qw(SDBM_File)" ); @@ -669,6 +670,5 @@ BEGIN { print $$0; } << -!ENDIF del .y del .a -- 2.47.3