diff options
author | Christopher Faylor <me@cgf.cx> | 2001-05-05 04:18:16 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-05-05 04:18:16 +0000 |
commit | dbc0c5fb59812ed9fc9de5e5882cb3f13fd54e3a (patch) | |
tree | 8c741537988e4de5d404c24f61d6cf3c2b70361c /winsup/configure | |
parent | f598d941a800a7f152f5d40cc37a431e15578773 (diff) | |
download | newlib-dbc0c5fb59812ed9fc9de5e5882cb3f13fd54e3a.zip newlib-dbc0c5fb59812ed9fc9de5e5882cb3f13fd54e3a.tar.gz newlib-dbc0c5fb59812ed9fc9de5e5882cb3f13fd54e3a.tar.bz2 |
* configure.in: Fix typo.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-x | winsup/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/configure b/winsup/configure index 3545ae0..2aac72d 100755 --- a/winsup/configure +++ b/winsup/configure @@ -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 |