X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=b09f333a0f5c399a5ca0ca007f90dd9933762147;hb=bd4b5df2cb253f130ecdac604e865e3f832c316a;hp=6ad8003461d519cdd625a1581a94ff797a183163;hpb=a18535d9e138c525d0443ec9f30a90b3e2184686;p=elogind.git diff --git a/configure.ac b/configure.ac index 6ad800346..b09f333a0 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,6 @@ GOBJECT_INTROSPECTION_CHECK([1.31.1]) AM_CONDITIONAL([HAVE_INTROSPECTION], [false]) enable_introspection=no]) -AC_CHECK_TOOL(OBJCOPY, objcopy) AC_CHECK_TOOL(STRINGS, strings) AC_CHECK_TOOL(GPERF, gperf) if test -z "$GPERF" ; then @@ -271,7 +270,7 @@ if test "x$enable_kmod" != "xno"; then if test "x$have_kmod" = "xyes"; then PKG_CHECK_MODULES(KMOD, [ libkmod >= 15 ], [AC_DEFINE(HAVE_KMOD, 1, [Define if kmod is available])], - AC_MSG_ERROR([*** kmod version >= 14 not found])) + AC_MSG_ERROR([*** kmod version >= 15 not found])) fi if test "x$have_kmod" = xno -a "x$enable_kmod" = xyes; then AC_MSG_ERROR([*** kmod support requested, but libraries not found])