diff options
| author | Marcus Brinkmann <marcus@gnu.org> | 2001-07-29 13:28:02 +0000 |
|---|---|---|
| committer | Marcus Brinkmann <marcus@gnu.org> | 2001-07-29 13:28:02 +0000 |
| commit | 62a7e5fb22fc7192efc53e59e6ec6b664cdf18b0 (patch) | |
| tree | 1ebaf3c2304c4e1cfc3b7f4963839e338adc5943 /configure.in | |
| parent | c02293176733883dd196da57963c316f7963e370 (diff) | |
2001-07-29 Marcus Brinkmann <marcus@gnu.org>
* 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.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
