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-04-19 02:45:27 +0400
committerChristopher Faylor <me@cgf.cx>2001-04-19 02:45:27 +0400
commitf8415f617bbdf95b536b3683ae87518abb4b66ce (patch)
treeaff06d0a7f3a2230c00f292aba981231c9fda05a /winsup/configure.in
parent0381fec68f46471d29d3b87c5361e05fcdeb2cd5 (diff)
* configure.in: Add bz2lib.
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 2ab6fb153..40c134e44 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -69,6 +69,7 @@ LIB_AC_PROG_CXX
SUBDIRS='w32api cygwin mingw'
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"
;;