diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2010-11-04 22:54:31 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2010-11-04 22:54:31 +0100 |
commit | 8818730faacd609868e1c1c338a37ce2b84e2d04 (patch) | |
tree | 5c5bcd3b67694da015bcc46e81f20fb76f9aa55b /Makefile.win | |
parent | Add some more cross-references related to the protocol (diff) | |
download | apache2-8818730faacd609868e1c1c338a37ce2b84e2d04.tar.xz apache2-8818730faacd609868e1c1c338a37ce2b84e2d04.zip |
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
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.win b/Makefile.win index cc8aec711b..db48f9a84f 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! |