* configure.in: Don't assume that cinstall directory exists.

This commit is contained in:
Christopher Faylor
2000-05-25 22:39:48 +00:00
parent 0f7e52d7b2
commit 6880ecefaa
3 changed files with 3 additions and 3 deletions

2
winsup/configure vendored
View File

@ -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