aboutsummaryrefslogtreecommitdiff
path: root/winsup/configure
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-04 15:27:56 +0000
committerChristopher Faylor <me@cgf.cx>2001-05-04 15:27:56 +0000
commita1ad23671c779500df5b61c824d79612d61abc6e (patch)
tree0e144cfad32bd098e971d58e848e546f6069b718 /winsup/configure
parentaf16358f8832216deba0da42f9de48458858c561 (diff)
downloadnewlib-a1ad23671c779500df5b61c824d79612d61abc6e.zip
newlib-a1ad23671c779500df5b61c824d79612d61abc6e.tar.gz
newlib-a1ad23671c779500df5b61c824d79612d61abc6e.tar.bz2
* configure.in: Make subauth configuration optional.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure')
-rwxr-xr-xwinsup/configure5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/configure b/winsup/configure
index 7427ef0..3545ae0 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -921,7 +921,8 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
- SUBDIRS="$SUBDIRS utils doc testsuite subauth"
+ test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS subauth"
+ SUBDIRS="$SUBDIRS utils doc testsuite"
;;
esac
@@ -929,7 +930,7 @@ subdirs="$SUBDIRS"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:933: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:934: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6