diff options
author | Daniel Mack <github@zonque.org> | 2015-06-03 18:02:18 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-06-03 18:02:18 +0200 |
commit | eb71a33158ecae7f0ba8499bc4f3c674ceaebfd5 (patch) | |
tree | f5d3c33671c9dec47f09917ff62b3063fc0500a5 | |
parent | 75db28c8f2a874d74579eb08ebce78fa0290277c (diff) | |
parent | c7b13c64b3cd36f912d658a9c21fc4277bed55e7 (diff) |
Merge pull request #60 from Keruspe/master
build-sys: drop references to gobject-introspection
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -129,7 +129,6 @@ REQUIREMENTS: libmicrohttpd (optional) libpython (optional) libidn (optional) - gobject-introspection > 1.40.0 (optional) elfutils >= 158 (optional) make, gcc, and similar tools diff --git a/configure.ac b/configure.ac index 62df8484b5..2625e0d15b 100644 --- a/configure.ac +++ b/configure.ac @@ -1558,7 +1558,6 @@ AC_MSG_RESULT([ dbus: ${have_dbus} nss-myhostname: ${have_myhostname} hwdb: ${enable_hwdb} - gintrospection: ${enable_introspection} terminal: ${have_terminal} kdbus: ${have_kdbus} Python: ${have_python} |