OSDN Git Service

fix typo
authorcgf <cgf>
Wed, 2 Jul 2003 03:32:04 +0000 (03:32 +0000)
committercgf <cgf>
Wed, 2 Jul 2003 03:32:04 +0000 (03:32 +0000)
winsup/cygwin/configure
winsup/cygwin/configure.in

index 18476b5..af5f3ca 100755 (executable)
@@ -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)     ;;
index 5981089..c192221 100644 (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
 ])