From e363240dc205fc5a077ac92e9df5991f09156b5d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 4 May 2004 19:39:54 -0400 Subject: [PATCH] configure.in, configure: Enable the fsck wrapper for the Debian FreeBSD kernel / GNU userspace port. (Addresses Debian Bug #246738) --- ChangeLog | 4 ++++ configure | 2 +- configure.in | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4599445b..89e73b5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-05-04 Theodore Ts'o + * 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) diff --git a/configure b/configure index 456760d9..30ae6966 100644 --- 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" ;; diff --git a/configure.in b/configure.in index 04dbd168..5d2f2201 100644 --- a/configure.in +++ b/configure.in @@ -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" ;;