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

diff --git a/configure b/configure
index 456760d..30ae696 100644
--- a/configure
+++ b/configure
@@ -1602,7 +1602,7 @@
 
 else
   case "$host_os" in
-  gnu* | k*bsd*-gnu)
+  gnu*)
     FSCK_PROG='' FSCK_MAN=''
     echo "Not building fsck wrapper by default"
     ;;