aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/configure
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-07-02 03:29:40 +0000
committerChristopher Faylor <me@cgf.cx>2003-07-02 03:29:40 +0000
commit8fb2df196d5a6d3f19b90800e8d6909c577807c8 (patch)
tree092f74840560d72322e544a58d94be9c45de2e26 /winsup/cygwin/configure
parent3872e9a41944f7f77cf8eea6970c6f3fd5d8fb43 (diff)
downloadnewlib-8fb2df196d5a6d3f19b90800e8d6909c577807c8.zip
newlib-8fb2df196d5a6d3f19b90800e8d6909c577807c8.tar.gz
newlib-8fb2df196d5a6d3f19b90800e8d6909c577807c8.tar.bz2
* 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 9848c90..18476b5 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