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>2003-07-02 07:29:40 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-02 07:29:40 +0400
commit8fb2df196d5a6d3f19b90800e8d6909c577807c8 (patch)
tree092f74840560d72322e544a58d94be9c45de2e26 /winsup/cygwin/configure
parent3872e9a41944f7f77cf8eea6970c6f3fd5d8fb43 (diff)
* configure.in: Fix --enable-server option.
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-xwinsup/cygwin/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure
index 9848c905a..18476b579 100755
--- a/winsup/cygwin/configure
+++ b/winsup/cygwin/configure
@@ -1898,9 +1898,9 @@ esac
fi
-# Check whether --enable-cygserver or --disable-cygserver was given.
-if test "${enable_cygserver+set}" = set; then
- enableval="$enable_cygserver"
+# Check whether --enable-server or --disable-server was given.
+if test "${enable_server+set}" = set; then
+ enableval="$enable_server"
case "${enableval}" in
yes) cat >> confdefs.h <<\EOF
#define USE_CYGSERVE 1