]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Look for a deeper clue into the existance of srclib/apr[-2.0], where
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Nov 2010 21:54:31 +0000 (21:54 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Nov 2010 21:54:31 +0000 (21:54 +0000)
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

Makefile.win

index cc8aec711b1229bd3992e6010dc892975a9f4f7d..db48f9a84f23793edbadd2ab6523a70333c42dc8 100644 (file)
@@ -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!