summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-06-27 12:12:42 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-06-27 12:12:42 +0000
commit79b918fe38e7a3651023d82c7fc4b1607144a246 (patch)
treec4ededcea1320a3501a7b82c1e6bc096f89aaef2 /Makefile.win
parent66fc29c7211910e5acd89e2a99d05a1c71cc2c07 (diff)
downloadhttpd-79b918fe38e7a3651023d82c7fc4b1607144a246.tar.gz
Fix breakage I introduced in r1130022, identified by Gregg L. Smith <gls@gknw.net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140130 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 141b9c5f4a..7ba2eec92c 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -77,7 +77,7 @@ TLP=Apache
UTILDIR=apr-util
!ENDIF
-!IF !EXIST("srclib\expat") && !EXIST("srclib\apr-util\xml\expat)
+!IF !EXIST("srclib\expat") && !EXIST("srclib\apr-util\xml\expat")
!MESSAGE Please check out or download and unpack the current expat library source
!MESSAGE under your srclib dir for apr 2.x, or srclib\apr-util\xml\expat for apr 1.x
!MESSAGE Apache cannot build without this library!