summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-01-18 09:01:43 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2013-01-18 09:11:40 +0100
commitd16ee17c08a383b77070f3ba40d91882c0cb56e8 (patch)
treebc4c7622fa5afb2d70871cd7ecff30ecd0b8c4b3 /configure.ac
parentc1fd3ca2b91b675c038816076f671e778907d9ce (diff)
downloadmsitools-d16ee17c08a383b77070f3ba40d91882c0cb56e8.tar.gz
msitools-d16ee17c08a383b77070f3ba40d91882c0cb56e8.tar.xz
msitools-d16ee17c08a383b77070f3ba40d91882c0cb56e8.zip
wixl: remove gio-unix dependency
It is not available under Windows, but it can be easily implemented using Posix.read.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index f4c8f76..a384fbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,15 +31,10 @@ AC_PATH_PROG(VAPIGEN, vapigen, no)
AC_SUBST(VAPIGEN)
AM_CONDITIONAL([VAPI], [test "x$VAPIGEN" != xno])
-# used by wixl-heat
-AS_IF([test $win32 = no],
- [WIXL_UNIX="gio-unix-2.0"])
-
PKG_CHECK_MODULES([WIXL], [gio-2.0 >= 0.23.0
libgcab-1.0 >= 0.1.10
uuid >= 1.41.3
- libxml-2.0 >= 2.7
- $WIXL_UNIX])
+ libxml-2.0 >= 2.7])
GETTEXT_PACKAGE=wixl
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package])