Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-04 19:27:56 +0400
committerChristopher Faylor <me@cgf.cx>2001-05-04 19:27:56 +0400
commita1ad23671c779500df5b61c824d79612d61abc6e (patch)
tree0e144cfad32bd098e971d58e848e546f6069b718 /winsup/configure.in
parentaf16358f8832216deba0da42f9de48458858c561 (diff)
* configure.in: Make subauth configuration optional.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 79f03808a..254256898 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -71,7 +71,8 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
- SUBDIRS="$SUBDIRS utils doc testsuite subauth"
+ test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS subauth"
+ SUBDIRS="$SUBDIRS utils doc testsuite"
;;
esac