]> granicus.if.org Git - apache/commitdiff
As a -fallback- install the release flavor of openssl when building
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Apr 2006 21:16:02 +0000 (21:16 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 19 Apr 2006 21:16:02 +0000 (21:16 +0000)
  the debug flavor of apache httpd mod_ssl.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395397 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 96e7a9f4a81b314bd93bccd73d02997fb670910f..e5c22114e27413cabf3fa4aab1915ed16e42aed1 100644 (file)
@@ -43,7 +43,7 @@ CTARGET=/build
 #      the build, since conditional dependencies aren't supported.
 #
 !IF EXIST("srclib\openssl")
-!IF "$(LONG)" == "Debug"
+!IF "$(LONG)" == "Debug" && EXIST("srclib\openssl\out32dll.dbg\openssl.exe")
 SSLBIN=out32dll.dbg
 !ELSE
 SSLBIN=out32dll