* configure.in: Reenable building the subauth subdir.

* configure: Regenerate.
This commit is contained in:
Corinna Vinschen
2006-07-25 19:18:04 +00:00
parent a6bb7cdd0f
commit e9d500b6a0
3 changed files with 42 additions and 24 deletions

View File

@@ -44,9 +44,9 @@ case "$with_cross_host" in
# if test -d $srcdir/zlib; then
# AC_CONFIG_SUBDIRS(zlib)
# fi
# if test -d $srcdir/subauth; then
# AC_CONFIG_SUBDIRS(subauth)
# 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