* configure.in: Fix typo.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor 2001-05-05 04:18:16 +00:00
parent f598d941a8
commit dbc0c5fb59
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Sat May 5 00:14:03 2001 Christopher Faylor <cgf@cygnus.com>
* configure.in: Fix typo.
* configure: Regenerate.
Fri May 4 11:24:53 2001 Christopher Faylor <cgf@cygnus.com>
* configure.in: Make subauth configuration optional.

2
winsup/configure vendored
View File

@ -921,7 +921,7 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS subauth"
test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
SUBDIRS="$SUBDIRS utils doc testsuite"
;;
esac

View File

@ -71,7 +71,7 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS subauth"
test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
SUBDIRS="$SUBDIRS utils doc testsuite"
;;
esac