From: William A. Rowe Jr Date: Mon, 15 Mar 2004 20:01:07 +0000 (+0000) Subject: whoops - moving to fast - fix 1.135 to exclude the appropriate X-Git-Tag: pre_ajp_proxy~530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=221dd6f4dd6c454b012b6ca76209047341780c19;p=apache 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 --- diff --git a/Makefile.win b/Makefile.win index b52ff441cf..aed5c2d1f6 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