]> granicus.if.org Git - apache/commitdiff
Bugfix 1; if no ssl, no reason for ssl.conf.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 15 Mar 2004 19:59:18 +0000 (19:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 15 Mar 2004 19:59:18 +0000 (19:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102960 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 5cd348df8d037070f0456103efe32236d019cf11..b52ff441cf5762ff3073cbc28873e4ea29ad32c5 100644 (file)
@@ -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 <<script.awk "support/dbmmanage.in" >"$(INSTDIR)\bin\dbmmanage.pl"
@@ -668,5 +669,6 @@ BEGIN {
          print $$0;
     }
 <<
+!ENDIF
        del .y
        del .a