summaryrefslogtreecommitdiff
path: root/build/NWGNUenvironment.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-12 01:56:40 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-12 01:56:40 +0000
commitef448063129a88b59bf1f66ef80c281d454dd03e (patch)
tree84014be01f7c6b13d40c35c0d21317426b1232e6 /build/NWGNUenvironment.inc
parent5db9cb5b47182c21582ada85ec8b56d465d35002 (diff)
downloadapr-ef448063129a88b59bf1f66ef80c281d454dd03e.tar.gz
fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@793258 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r--build/NWGNUenvironment.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index 5823203f3..876781f16 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -59,7 +59,7 @@ $(error EXPATSDK does not point to a valid EXPAT SDK)
endif
endif
ifdef EXPATSRC
-ifeq "$(wildcard $(EXPATSRC)/lib/xmlparse.h)" "$(EXPATSRC)/lib/xmlparse.h"
+ifeq "$(wildcard $(EXPATSRC)/lib/xmlparse.c)" "$(EXPATSRC)/lib/xmlparse.c"
EXPATINC = $(EXPATSRC)/lib
EXPATLIB = $(EXPATSRC)/lib/$(OBJDIR)/expat.lib
else