configure.in, configure: Enable the fsck wrapper for the Debian

FreeBSD kernel / GNU userspace port.  (Addresses Debian
	Bug #246738)
bitmap-optimize
Theodore Ts'o 2004-05-04 19:39:54 -04:00
parent 2eb9e7033b
commit e363240dc2
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
2004-05-04 Theodore Ts'o <tytso@mit.edu> 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 * config.guess, config.sub: Update to newer version from the FSF
(2004-01-05) (2004-01-05)

2
configure vendored
View File

@ -1602,7 +1602,7 @@ fi
else else
case "$host_os" in case "$host_os" in
gnu* | k*bsd*-gnu) gnu*)
FSCK_PROG='' FSCK_MAN='' FSCK_PROG='' FSCK_MAN=''
echo "Not building fsck wrapper by default" echo "Not building fsck wrapper by default"
;; ;;

View File

@ -519,7 +519,7 @@ else
fi] fi]
, ,
[case "$host_os" in [case "$host_os" in
gnu* | k*bsd*-gnu) gnu*)
FSCK_PROG='' FSCK_MAN='' FSCK_PROG='' FSCK_MAN=''
echo "Not building fsck wrapper by default" echo "Not building fsck wrapper by default"
;; ;;