diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-02 03:32:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-02 03:32:04 +0000 |
commit | 6a59d15696d7dfc8afc777557db45b1a29482e20 (patch) | |
tree | 3b7691d0f22bf9360e3a6bc62e53d4080eb84967 /winsup/cygwin/configure | |
parent | 8fb2df196d5a6d3f19b90800e8d6909c577807c8 (diff) | |
download | newlib-6a59d15696d7dfc8afc777557db45b1a29482e20.zip newlib-6a59d15696d7dfc8afc777557db45b1a29482e20.tar.gz newlib-6a59d15696d7dfc8afc777557db45b1a29482e20.tar.bz2 |
fix typo
Diffstat (limited to 'winsup/cygwin/configure')
-rwxr-xr-x | winsup/cygwin/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure index 18476b5..af5f3ca 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) ;; |