diff options
-rw-r--r-- | configure.ac | 10 | ||||
-rw-r--r-- | man/custom-html.xsl | 24 |
2 files changed, 3 insertions, 31 deletions
diff --git a/configure.ac b/configure.ac index 568d56c95f..08edb04fcc 100644 --- a/configure.ac +++ b/configure.ac @@ -528,12 +528,9 @@ AM_CONDITIONAL(ENABLE_KDBUS, [test "$have_kdbus" = "yes"]) AC_CHECK_HEADERS_ONCE([valgrind/memcheck.h valgrind/valgrind.h]) # ------------------------------------------------------------------------------ -AC_ARG_ENABLE([gudev], - AS_HELP_STRING([--disable-gudev], [disable Gobject libudev support @<:@default=enabled@:>@]), - [], [enable_gudev=yes]) -AS_IF([test "x$enable_gudev" = "xyes"], [ PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0 gio-2.0]) ]) -AM_CONDITIONAL([ENABLE_GUDEV], [test "x$enable_gudev" = "xyes"]) -AS_IF([test "x$enable_gudev" = "xyes"], [ AC_DEFINE(HAVE_GLIB, 1, [Define if glib is available]) ]) +PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.22.0 gobject-2.0 >= 2.22.0 gio-2.0], + [have_glib=yes], [have_glib=no]) +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])], @@ -714,7 +711,6 @@ AC_MSG_RESULT([ polkit: ${have_polkit} blkid: ${have_blkid} dbus: ${have_dbus} - gudev: ${enable_gudev} hwdb: ${enable_hwdb} kdbus: ${have_kdbus} Python: ${have_python} diff --git a/man/custom-html.xsl b/man/custom-html.xsl index 5730bed4a1..0d4763f5fc 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -219,30 +219,6 @@ <xsl:text>index.html</xsl:text> </xsl:attribute> <xsl:text>Index </xsl:text> - </a>· - <a> - <xsl:attribute name="href"> - <xsl:text>systemd.directives.html</xsl:text> - </xsl:attribute> - <xsl:text>Directives </xsl:text> - </a>· - <a> - <xsl:attribute name="href"> - <xsl:text>../python-systemd/index.html</xsl:text> - </xsl:attribute> - <xsl:text>Python </xsl:text> - </a>· - <a> - <xsl:attribute name="href"> - <xsl:text>../libudev/index.html</xsl:text> - </xsl:attribute> - <xsl:text>libudev </xsl:text> - </a>· - <a> - <xsl:attribute name="href"> - <xsl:text>../libudev/index.html</xsl:text> - </xsl:attribute> - <xsl:text>gudev </xsl:text> </a> <span style="float:right"> |