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:32:04 +0400
committerChristopher Faylor <me@cgf.cx>2003-07-02 07:32:04 +0400
commit6a59d15696d7dfc8afc777557db45b1a29482e20 (patch)
tree3b7691d0f22bf9360e3a6bc62e53d4080eb84967 /winsup/cygwin/configure
parent8fb2df196d5a6d3f19b90800e8d6909c577807c8 (diff)
fix typo
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-xwinsup/cygwin/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure
index 18476b579..af5f3cab0 100755
--- a/winsup/cygwin/configure
+++ b/winsup/cygwin/configure
@@ -1903,7 +1903,7 @@ if test "${enable_server+set}" = set; then
enableval="$enable_server"
case "${enableval}" in
yes) cat >> confdefs.h <<\EOF
-#define USE_CYGSERVE 1
+#define USE_CYGSERVER 1
EOF
;;
no) ;;