diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 13:57:53 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:13 +0200 |
commit | 21a0717544248db3fbee5352265e1d73c26c47f4 (patch) | |
tree | 533a564874455561050ea8c9cb8b79756a9306d2 /configure.ac | |
parent | 7cd279aa39956dd98a721b4e47cbb2f20b10438f (diff) |
Remove GObject introspection support
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index e9824fc5a8..8f042e6b9c 100644 --- a/configure.ac +++ b/configure.ac @@ -103,12 +103,6 @@ AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [ AC_MSG_ERROR([*** GTK doc requested but xsltproc not found]) ]) -m4_ifdef([GOBJECT_INTROSPECTION_CHECK], [ -GOBJECT_INTROSPECTION_CHECK([1.31.1]) -], [ - AM_CONDITIONAL([HAVE_INTROSPECTION], [false]) - enable_introspection=no]) - AC_CHECK_TOOL(STRINGS, strings) AC_CHECK_TOOL(GPERF, gperf) if test -z "$GPERF" ; then @@ -1426,7 +1420,6 @@ AC_MSG_RESULT([ nss-myhostname: ${have_myhostname} gudev: ${enable_gudev} hwdb: ${enable_hwdb} - gintrospection: ${enable_introspection} terminal: ${have_terminal} kdbus: ${have_kdbus} Python: ${have_python} |