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>2000-05-26 02:28:43 +0400
committerChristopher Faylor <me@cgf.cx>2000-05-26 02:28:43 +0400
commit0f7e52d7b2ab981ebe1ee973830450846afd255f (patch)
tree3395c3c647e74c84ca20c62cc7a6611b42b836e4 /winsup/configure.in
parent83d485ca0c0587b39799c11569350c4f1ee7cecf (diff)
* configure.in: Don't assume that cinstall directory exists.
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 582a52115..608700249 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -57,7 +57,8 @@ AC_CANONICAL_SYSTEM
LIB_AC_PROG_CC
-SUBDIRS="cygwin w32api mingw utils doc cinstall"
+SUBDIRS="cygwin w32api mingw utils doc"
+test -d cinstall && SUBDIRS="$SUBDIRS cinstall"
AC_CONFIG_SUBDIRS($SUBDIRS)
AC_PROG_MAKE_SET