mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
fix typo
This commit is contained in:
parent
8fb2df196d
commit
6a59d15696
2
winsup/cygwin/configure
vendored
2
winsup/cygwin/configure
vendored
@ -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) ;;
|
||||
|
@ -136,7 +136,7 @@ esac
|
||||
AC_ARG_ENABLE(server,
|
||||
[ --enable-server Build a cygwin DLL which can communicate with cygserver],
|
||||
[case "${enableval}" in
|
||||
yes) AC_DEFINE(USE_CYGSERVE) ;;
|
||||
yes) AC_DEFINE(USE_CYGSERVER) ;;
|
||||
no) ;;
|
||||
esac
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user