diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-25 19:18:53 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-25 19:18:53 +0000 |
commit | 473408e21ad65550d8afef2c8be008b2ce63bc32 (patch) | |
tree | 629cd9146541ae44a6ac3a4c3f6881b6594fc466 /xml | |
parent | 08fe7eb4e0c82a63c2c72c098bac7f361fa26ecc (diff) | |
download | apr-473408e21ad65550d8afef2c8be008b2ce63bc32.tar.gz |
Added define to build with expat.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1085525 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'xml')
-rw-r--r-- | xml/NWGNUmakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xml/NWGNUmakefile b/xml/NWGNUmakefile index 3c96ad0e6..02f08e879 100644 --- a/xml/NWGNUmakefile +++ b/xml/NWGNUmakefile @@ -79,6 +79,7 @@ XCFLAGS += \ # These defines will come after DEFINES # XDEFINES += \ + -DAPU_USE_EXPAT=1 \ -DHAVE_EXPAT_CONFIG_H \ $(EOLIST) |