* Makefile.in (subauth): Drop rule.

* configure.in: Remove subauth related check.
	* configure: Regenerate.
This commit is contained in:
Corinna Vinschen 2006-12-12 20:26:27 +00:00
parent 67f85328b2
commit 524e6a5ad9
4 changed files with 6 additions and 8 deletions

View File

@ -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.

View File

@ -134,6 +134,4 @@ install_cygwin: w32api
install_cygserver: cygwin
subauth: mingw
lsaauth: mingw cygwin

3
winsup/configure vendored
View File

@ -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

View File

@ -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