* configure.in: Don't assume that cinstall directory exists.
This commit is contained in:
2
winsup/configure
vendored
2
winsup/configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user