* 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

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