aboutsummaryrefslogtreecommitdiff
path: root/winsup/configure
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-04 03:48:36 +0000
committerChristopher Faylor <me@cgf.cx>2001-11-04 03:48:36 +0000
commite8f1743129e955c44e005de8f7ed943763c4ba25 (patch)
tree4a234a141d66f3cad1caa1896b309b20fdbff5d4 /winsup/configure
parent15d0cbd6dfec2f8b30ae75b33c7d4980aa8bc87b (diff)
downloadnewlib-e8f1743129e955c44e005de8f7ed943763c4ba25.zip
newlib-e8f1743129e955c44e005de8f7ed943763c4ba25.tar.gz
newlib-e8f1743129e955c44e005de8f7ed943763c4ba25.tar.bz2
* configure.in: Disable subauth directory test.
* configure: Regenerate. * Makefile.in: Use MAKE variable in directory builds.
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 3f06771..2d46e34 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -921,7 +921,7 @@ case "$with_cross_host" in
""|*cygwin*)
test -d $srcdir/bz2lib && SUBDIRS="$SUBDIRS bz2lib"
test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
- test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
+ # test -d $srcdir/subauth && SUBDIRS="$SUBDIRS subauth"
SUBDIRS="$SUBDIRS utils doc"
;;
esac