summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2010-11-04 21:54:31 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2010-11-04 21:54:31 +0000
commit8818730faacd609868e1c1c338a37ce2b84e2d04 (patch)
tree5c5bcd3b67694da015bcc46e81f20fb76f9aa55b /Makefile.win
parent6f58211fd0afb4fd05ae2a6106a1036ffb8de9d3 (diff)
downloadhttpd-8818730faacd609868e1c1c338a37ce2b84e2d04.tar.gz
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.win2
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!