configure.in, configure: Enable the fsck wrapper for the Debian
	FreeBSD kernel / GNU userspace port.  (Addresses Debian
	Bug #246738)

diff --git a/configure.in b/configure.in
index 04dbd16..5d2f220 100644
--- a/configure.in
+++ b/configure.in
@@ -519,7 +519,7 @@
 fi]
 ,
 [case "$host_os" in
-  gnu* | k*bsd*-gnu)
+  gnu*)
     FSCK_PROG='' FSCK_MAN=''
     echo "Not building fsck wrapper by default"
     ;;