chiark / gitweb /
Remove GObject introspection support
authorAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 11:57:53 +0000 (13:57 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 19 Apr 2015 12:08:13 +0000 (14:08 +0200)
configure.ac

index e9824fc5a8caa6f867f203d8b3037251e3d9593d..8f042e6b9c35fe1424378b6bc997628f8588a32f 100644 (file)
@@ -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}