From 62a7e5fb22fc7192efc53e59e6ec6b664cdf18b0 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 29 Jul 2001 13:28:02 +0000 Subject: 2001-07-29 Marcus Brinkmann * NEWS: Add items for this and other changes. * configure.in: Define MACH_KMSG by default and document this in the help output. * configure: Regenerated. * debian/rules: Do not enable kmsg explicitely. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 49a5fb4..00b0d4d 100644 --- a/configure.in +++ b/configure.in @@ -45,8 +45,8 @@ AC_ARG_ENABLE(kdb, [test "x$enableval" = xno || AC_DEFINE(MACH_KDB)]) AC_ARG_ENABLE(kmsg, -[ --enable-kmsg enable use of kmsg device], -[test "x$enableval" = xno || AC_DEFINE(MACH_KMSG)]) +[ --enable-kmsg enable use of kmsg device [default=yes]], +[test "x$enableval" = xno || AC_DEFINE(MACH_KMSG)], [AC_DEFINE(MACH_KMSG)]) # # Programs -- cgit v1.2.3