commit | 9408b4973df91ceb01be5f783a9d1d21bb41efe1 | [log] [tgz] |
---|---|---|
author | Adam Martinson <amartinson@codeweavers.com> | Tue Nov 02 17:20:08 2010 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 03 14:44:50 2010 +0100 |
tree | dd7284d4987f97a23931d197d619adde7e67e89e | |
parent | 290aca1b19b8ae962fd33d27d4d5a8ae3e575aed [diff] [blame] |
configure: Add a check for xmlDocProperties.
diff --git a/configure b/configure index 20fff98..4d89bd8 100755 --- a/configure +++ b/configure
@@ -9244,6 +9244,14 @@ fi + ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h> +" +if test "x$ac_cv_type_xmlDocProperties" = x""yes; then : + +$as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h + +fi + fi