Whamcloud - gitweb
configure.in, configure: Enable the fsck wrapper for the Debian
authorTheodore Ts'o <tytso@mit.edu>
Tue, 4 May 2004 23:39:54 +0000 (19:39 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 May 2004 23:39:54 +0000 (19:39 -0400)
FreeBSD kernel / GNU userspace port.  (Addresses Debian
Bug #246738)

ChangeLog
configure
configure.in

index 4599445..89e73b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-05-04  Theodore Ts'o  <tytso@mit.edu>
 
+       * configure.in, configure: Enable the fsck wrapper for the Debian
+               FreeBSD kernel / GNU userspace port.  (Addresses Debian
+               Bug #246738)
+
        * config.guess, config.sub: Update to newer version from the FSF
                (2004-01-05)
 
index 456760d..30ae696 100644 (file)
--- a/configure
+++ b/configure
@@ -1602,7 +1602,7 @@ fi
 
 else
   case "$host_os" in
-  gnu* | k*bsd*-gnu)
+  gnu*)
     FSCK_PROG='' FSCK_MAN=''
     echo "Not building fsck wrapper by default"
     ;;
index 04dbd16..5d2f220 100644 (file)
@@ -519,7 +519,7 @@ else
 fi]
 ,
 [case "$host_os" in
-  gnu* | k*bsd*-gnu)
+  gnu*)
     FSCK_PROG='' FSCK_MAN=''
     echo "Not building fsck wrapper by default"
     ;;