fix typo
This commit is contained in:
parent
8fb2df196d
commit
6a59d15696
|
@ -1903,7 +1903,7 @@ if test "${enable_server+set}" = set; then
|
||||||
enableval="$enable_server"
|
enableval="$enable_server"
|
||||||
case "${enableval}" in
|
case "${enableval}" in
|
||||||
yes) cat >> confdefs.h <<\EOF
|
yes) cat >> confdefs.h <<\EOF
|
||||||
#define USE_CYGSERVE 1
|
#define USE_CYGSERVER 1
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
no) ;;
|
no) ;;
|
||||||
|
|
|
@ -136,7 +136,7 @@ esac
|
||||||
AC_ARG_ENABLE(server,
|
AC_ARG_ENABLE(server,
|
||||||
[ --enable-server Build a cygwin DLL which can communicate with cygserver],
|
[ --enable-server Build a cygwin DLL which can communicate with cygserver],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
yes) AC_DEFINE(USE_CYGSERVE) ;;
|
yes) AC_DEFINE(USE_CYGSERVER) ;;
|
||||||
no) ;;
|
no) ;;
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue