]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix breakage I introduced in r1130022, identified by Gregg L. Smith <gls@gknw.net>
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2011 12:12:42 +0000 (12:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Jun 2011 12:12:42 +0000 (12:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140130 13f79535-47bb-0310-9956-ffa450edef68

Makefile.win

index 141b9c5f4a2e7f603d02f201fbf9db0e9605d809..7ba2eec92c4b2556b9266e38664efd875db61f5b 100644 (file)
@@ -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!