Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-12-12 23:26:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-12-12 23:26:27 +0300
commit524e6a5ad9085a299c9510a772fbf9cc47d4d9d9 (patch)
tree674169ffdda7219e633c30bcadba66b9025cb374 /winsup/configure.in
parent67f85328b2c4a425098c3d7b5f963dcba2b39a05 (diff)
* Makefile.in (subauth): Drop rule.
* configure.in: Remove subauth related check. * configure: Regenerate.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index b93e54de9..62a27d90f 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -66,9 +66,6 @@ case "$with_cross_host" in
if test -d $srcdir/lsaauth; then
AC_CONFIG_SUBDIRS(lsaauth)
fi
- # if test -d $srcdir/subauth; then
- # AC_CONFIG_SUBDIRS(subauth)
- # fi
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
AC_CONFIG_SUBDIRS(cygserver)
fi