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.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/winsup/configure.in b/winsup/configure.in
index 36a3bcfdc..18766ba8c 100755
--- a/winsup/configure.in
+++ b/winsup/configure.in
@@ -66,13 +66,12 @@ AC_CANONICAL_SYSTEM
LIB_AC_PROG_CC
LIB_AC_PROG_CXX
-use_cygserver=''
+use_cygserver='yes'
AC_ARG_ENABLE(server,
[ --enable-server Build a cygwin DLL which can communicate with cygserver],
[case "${enableval}" in
-yes) AC_DEFINE(USE_CYGSERVE)
- use_cygserver=1 ;;
-no) ;;
+yes) ;;
+no) use_cygserver=;;
esac
])