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-12-14 21:23:19 +0300
committerChristopher Faylor <me@cgf.cx>2001-12-14 21:23:19 +0300
commit94597cd05f41c02ce8037feb0a8db6a9f82abc23 (patch)
tree78c45c8d3a348342368ae0f300cb8e6d318c7152 /winsup/configure.in
parentbdc7392ce30a5b90ecf05b73c04cc34496482f8e (diff)
* Makefile.in: Exit immediately if a sub-make fails.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 3ee598bbd..f1195c2a6 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -70,6 +70,7 @@ SUBDIRS='w32api cygwin mingw'
case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
+ test -d $srcdir/zlib && SUBDIRS="$SUBDIRS zlib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
# test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
SUBDIRS="$SUBDIRS utils doc"