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:
authorChristopher Faylor <me@cgf.cx>2011-01-29 09:41:28 +0300
committerChristopher Faylor <me@cgf.cx>2011-01-29 09:41:28 +0300
commit9ce2a54f70ad07173e198dca22077968bf516692 (patch)
treefd7a6bc3f243d0f9e9681b0a4ae65ab41c59d779 /winsup/configure.in
parent93a4d9d97c367be5dae1ed6ccaa78c184f3a090b (diff)
winsup:
* configure.in: Configure winsup/cygserver regardless of cross_host. * configure: Regenerate. winsup/cygwin: * configure.in: Define LIBSERVER regardless of cross_host. * configure: Regenerate.
Diffstat (limited to 'winsup/configure.in')
-rwxr-xr-xwinsup/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 5d18917a6..c40d3d2c4 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -45,7 +45,7 @@ esac
if test -d $srcdir/mingw; then
AC_CONFIG_SUBDIRS(mingw)
fi
-AC_CONFIG_SUBDIRS(w32api)
+AC_CONFIG_SUBDIRS(w32api cygserver)
case "$with_cross_host" in
""|*cygwin*)
@@ -58,7 +58,7 @@ case "$with_cross_host" in
if test -d $srcdir/lsaauth; then
AC_CONFIG_SUBDIRS(lsaauth)
fi
- AC_CONFIG_SUBDIRS(cygserver utils doc)
+ AC_CONFIG_SUBDIRS(utils doc)
;;
esac