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:39:48 +0400
committerChristopher Faylor <me@cgf.cx>2000-05-26 02:39:48 +0400
commit6880ecefaaa4f2f081809b52f5f35b26b17526b0 (patch)
tree359da9b7950734bab948d23842893696b959f580 /winsup/configure
parent0f7e52d7b2ab981ebe1ee973830450846afd255f (diff)
* configure.in: Don't assume that cinstall directory exists.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-xwinsup/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/configure b/winsup/configure
index 2ddccc055..108aa36ef 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -827,7 +827,7 @@ fi
SUBDIRS="cygwin w32api mingw utils doc"
-test -d cinstall && SUBDIRS="$SUBDIRS cinstall"
+test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
subdirs="$SUBDIRS"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6