From d687c66be422b12122adf53008e3f2144d320165 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 19 Apr 2006 21:16:02 +0000 Subject: [PATCH] As a -fallback- install the release flavor of openssl when building 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 96e7a9f4a8..e5c22114e2 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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 -- 2.40.0