aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/ChangeLog6
-rw-r--r--winsup/Makefile.in2
-rwxr-xr-xwinsup/configure3
-rwxr-xr-xwinsup/configure.in3
4 files changed, 6 insertions, 8 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index 04921ba..0876ab9 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-12 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (subauth): Drop rule.
+ * configure.in: Remove subauth related check.
+ * configure: Regenerate.
+
2006-11-27 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in: Add dependencies for lsaauth.
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index f8bdec4..5ea1068 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -134,6 +134,4 @@ install_cygwin: w32api
install_cygserver: cygwin
-subauth: mingw
-
lsaauth: mingw cygwin
diff --git a/winsup/configure b/winsup/configure
index f8a1318..0b8df39 100755
--- a/winsup/configure
+++ b/winsup/configure
@@ -3101,9 +3101,6 @@ case "$with_cross_host" in
subdirs="$subdirs lsaauth"
fi
- # if test -d $srcdir/subauth; then
- # AC_CONFIG_SUBDIRS(subauth)
- # fi
if test -n "$use_cygserver" -a -d $srcdir/cygserver; then
diff --git a/winsup/configure.in b/winsup/configure.in
index b93e54d..62a27d9 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