summaryrefslogtreecommitdiff
path: root/gentest.py
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2005-03-25 03:05:46 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2005-03-25 03:05:46 +0000
commitba1d317aa859aab62938c959bd55212a7d5d56a7 (patch)
tree9442e2d3776a170526e7fdbaca7f287e66594ea6 /gentest.py
parent53b5e0526f9cbda18541fbc53a21822620fa4f8e (diff)
downloadlibxml2-ba1d317aa859aab62938c959bd55212a7d5d56a7.tar.gz
fixed problem with 'minimal library' compilation (LIBXML_PATTERN_ENABLED
* gentest.py, testapi.c: fixed problem with 'minimal library' compilation (LIBXML_PATTERN_ENABLED not properly checked) reported by Greg Morgan
Diffstat (limited to 'gentest.py')
-rwxr-xr-xgentest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gentest.py b/gentest.py
index 234685ca..e4ede364 100755
--- a/gentest.py
+++ b/gentest.py
@@ -45,6 +45,7 @@ modules_defines = {
"xmlsave" : "LIBXML_OUTPUT_ENABLED",
"DOCBparser" : "LIBXML_DOCB_ENABLED",
"xmlmodule" : "LIBXML_MODULES_ENABLED",
+ "pattern" : "LIBXML_PATTERN_ENABLED",
}
#