From: William A. Rowe Jr Date: Thu, 4 Nov 2010 21:54:31 +0000 (+0000) Subject: Look for a deeper clue into the existance of srclib/apr[-2.0], where X-Git-Tag: 2.3.9~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8818730faacd609868e1c1c338a37ce2b84e2d04;p=thirdparty%2Fapache%2Fhttpd.git Look for a deeper clue into the existance of srclib/apr[-2.0], where we won't have apr-util in that tree. (The real patch) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031278 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index cc8aec711b1..db48f9a84f2 100644 --- a/Makefile.win +++ b/Makefile.win @@ -63,7 +63,7 @@ default: _apacher CTARGET=/build !ENDIF -!IF !EXIST("srclib\apr") || !EXIST("srclib\apr-util") || !EXIST("srclib\apr-iconv") +!IF !EXIST("srclib\apr") || (!(EXIST("srclib\apr\include\apu.hw") || !EXIST("srclib\apr-util")) && !EXIST("srclib\apr-iconv")) !MESSAGE Please check out or download and unpack the Apache Portability Runtime !MESSAGE sources (apr, apr-iconv and apr-util) into your srclib dir. !MESSAGE Apache cannot build without these libraries!