From: Theodore Ts'o Date: Tue, 4 May 2004 23:39:54 +0000 (-0400) Subject: configure.in, configure: Enable the fsck wrapper for the Debian X-Git-Tag: E2FSPROGS-1_36~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e363240dc205fc5a077ac92e9df5991f09156b5d;p=thirdparty%2Fe2fsprogs.git configure.in, configure: Enable the fsck wrapper for the Debian FreeBSD kernel / GNU userspace port. (Addresses Debian Bug #246738) --- diff --git a/ChangeLog b/ChangeLog index 4599445b5..89e73b5ff 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 456760d92..30ae69661 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 04dbd1681..5d2f22016 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" ;;