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