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-11-27 16:01:36 +0300
committerCorinna Vinschen <corinna@vinschen.de>2006-11-27 16:01:36 +0300
commitc6caaa3429d1622d1f3b595a1a6c8ffbe59062c4 (patch)
tree0705f27c9f8fdc9e3282dda8a53d7ccc8efb462d /winsup/configure.in
parentb825c587ba9e851002570b81f9f35196b7a96100 (diff)
* Makefile.in: Add dependencies for lsaauth.
* configure.in: Disable building subauth. Add building lsaauth. * configure: Regenerate.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index a6e10e0da..b93e54de9 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -63,9 +63,12 @@ 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)
+ 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