summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-01-16 20:34:54 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-01-17 15:31:20 +0100
commit36ae00127902d931155c5cc066bac37ecbf7faa7 (patch)
treed122cb45ebfbbd35c75b751c4dc37c09ad97d6c2 /configure.ac
parentdb9fddf2355723334339eea289b5bed46839efaf (diff)
downloadmsitools-36ae00127902d931155c5cc066bac37ecbf7faa7.tar.gz
msitools-36ae00127902d931155c5cc066bac37ecbf7faa7.tar.xz
msitools-36ae00127902d931155c5cc066bac37ecbf7faa7.zip
build: lower gio and libxml2 requirements for wixl
These versions are present in RHEL6. However, there is still an undefined reference to g_hash_table_add.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d9247a5..bae431a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,10 +38,10 @@ AM_CONDITIONAL([VAPI], [test "x$VAPIGEN" != xno])
AS_IF([test $win32 = no],
[WIXL_UNIX="gio-unix-2.0"])
-PKG_CHECK_MODULES([WIXL], [gio-2.0 >= 2.26.0
+PKG_CHECK_MODULES([WIXL], [gio-2.0 >= 0.23.0
libgcab-1.0
uuid >= 1.41.3
- libxml-2.0 >= 2.9
+ libxml-2.0 >= 2.7
$WIXL_UNIX],
[wixl_ok=yes], [wixl_ok=no])