summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-10-12 19:14:23 +0100
committerRichard Hughes <richard@hughsie.com>2010-10-12 19:14:23 +0100
commitf74dae440b84ef9f6335542eb2ad7f5b8c57e8ac (patch)
tree7e7d6c376ad47e506e980ac0f2e917750cedafbe /configure.ac
parent5d902c22b7d009b0695587fbe2d1ba46a4f78bac (diff)
downloadupower-f74dae440b84ef9f6335542eb2ad7f5b8c57e8ac.tar.gz
Do not dist the UPowerGlib-1.0.gir file to fix building on F14
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 59fce9d..1548f6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AM_INIT_AUTOMAKE([1.9 tar-ustar dist-bzip2])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_CHECK([0.9.8])
# enable nice build output on automake1.11
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])