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-07-25 23:18:04 +0400
committerCorinna Vinschen <corinna@vinschen.de>2006-07-25 23:18:04 +0400
commite9d500b6a04e842ffaf04fd1cb6048b44fb99e67 (patch)
tree2ddaa348427b9d0422f4b77080c4e10133f49a5e /winsup/configure.in
parenta6bb7cdd0fe427d685e3c9ba08dc9d1cd6faa3a3 (diff)
* configure.in: Reenable building the subauth subdir.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 3d89a3470..2eb69fe1f 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -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