diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-07-01 11:40:53 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-07-01 11:40:53 -0700 |
commit | f61d26a7fa3ae8793be49571bc02110ef0660965 (patch) | |
tree | b182c0746ece6acca845c497d9d7d5fdb52b7afd /configure.ac | |
parent | 5fb5f2086cca8bd2923fd6ebb43f362da90c0d34 (diff) | |
download | caribou-f61d26a7fa3ae8793be49571bc02110ef0660965.tar.gz |
Remove HAVE_GOBJECT_INTROSPCTION, it is mandatory.
https://bugzilla.gnome.org/show_bug.cgi?id=653268
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e8ba89c..ab7c489 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ dnl == Documentation == GNOME_DOC_INIT dnl == GObject introspection == -GOBJECT_INTROSPECTION_CHECK([0.10.7]) +GOBJECT_INTROSPECTION_REQUIRE([0.10.7]) dnl == generate makefiles == AC_OUTPUT([ |