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 | |
| 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.
| -rw-r--r-- | configure.in | 4 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 3 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 diff --git a/debian/rules b/debian/rules index 091fd20..2dd37be 100755 --- a/debian/rules +++ b/debian/rules @@ -59,7 +59,6 @@ stamp-configure: cd build && ../configure \ --enable-floppy \ --enable-ide \ - --enable-kmsg \ \ --enable-advansys \ --enable-buslogic \ |
