summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-19 16:34:28 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-19 16:34:28 +0200
commit8db5f481522eb944b474a53155698e15689a2607 (patch)
tree4a43fd88ae448da5d9a7a804cf281da53bbdcb01 /configure.ac
parentd2754bc70c701255ea5b595f82147d3b8eea9acc (diff)
Remove hwdb check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 08edb04fc..963472c93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -533,11 +533,6 @@ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0 gio-2.0],
AS_IF([test "x$have_glib" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define if glib is available]) ])
# ------------------------------------------------------------------------------
-AC_ARG_ENABLE(hwdb, [AC_HELP_STRING([--disable-hwdb], [disable hardware database support])],
- enable_hwdb=$enableval, enable_hwdb=yes)
-AM_CONDITIONAL(ENABLE_HWDB, [test x$enable_hwdb = xyes])
-
-# ------------------------------------------------------------------------------
have_manpages=no
AC_ARG_ENABLE(manpages, AS_HELP_STRING([--disable-manpages], [disable manpages]))
AS_IF([test "x$enable_manpages" != xno], [have_manpages=yes])
@@ -711,7 +706,6 @@ AC_MSG_RESULT([
polkit: ${have_polkit}
blkid: ${have_blkid}
dbus: ${have_dbus}
- hwdb: ${enable_hwdb}
kdbus: ${have_kdbus}
Python: ${have_python}
Python Headers: ${have_python_devel}