summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-12-21 12:34:32 -0500
committerRyan Lortie <desrt@desrt.ca>2010-12-21 12:34:32 -0500
commit06157a3319ebae6b64270987282f262803672f12 (patch)
tree685d7cb302af5e39f913bd8d1edb7c5f9f427a43 /configure.ac
parent84e604044d662c3c351a0c777d994d0626526d09 (diff)
downloaddconf-06157a3319ebae6b64270987282f262803672f12.tar.gz
Disable gobject-introspection support
It's not usable for libdconf anyway (due to lack of GVariant support in the bindings) and it keeps causing build problems.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 309e2da..174d4a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,9 +14,6 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AM_PROG_VALAC([0.9.5])
-# Introspection
-GOBJECT_INTROSPECTION_CHECK([0.9.5])
-
# Gtk-doc support
GTK_DOC_CHECK([1.15])