This commit is contained in:
Christopher Faylor 2003-07-02 03:32:04 +00:00
parent 8fb2df196d
commit 6a59d15696
2 changed files with 2 additions and 2 deletions

View File

@ -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) ;;

View File

@ -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
])