diff options
author | Christopher Faylor <me@cgf.cx> | 2000-05-25 22:39:48 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-05-25 22:39:48 +0000 |
commit | 6880ecefaaa4f2f081809b52f5f35b26b17526b0 (patch) | |
tree | 359da9b7950734bab948d23842893696b959f580 /winsup/configure | |
parent | 0f7e52d7b2ab981ebe1ee973830450846afd255f (diff) | |
download | cygnal-6880ecefaaa4f2f081809b52f5f35b26b17526b0.tar.gz cygnal-6880ecefaaa4f2f081809b52f5f35b26b17526b0.tar.bz2 cygnal-6880ecefaaa4f2f081809b52f5f35b26b17526b0.zip |
* configure.in: Don't assume that cinstall directory exists.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-x | winsup/configure | 2 |
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 |