OSDN Git Service

* win/configure.in: Modify 2001-10-10 change to check for cygwin host rather
authorcgf <cgf>
Sun, 28 Oct 2001 16:24:40 +0000 (16:24 +0000)
committercgf <cgf>
Sun, 28 Oct 2001 16:24:40 +0000 (16:24 +0000)
than cygwin target.
* win/configure: Regenerate.

tk/ChangeLog
tk/win/configure
tk/win/configure.in

index 92a3e0e..6d9c05b 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-28  Christopher Faylor  <cgf@redhat.com>
+
+       * win/configure.in: Modify 2001-10-10 change to check for cygwin host
+       rather than cygwin target.
+       * win/configure: Regenerate.
+
 2001-10-15  Ian Roxborough  <irox@redhat.com>
 
        * win/tkWinButton.c (TkpComputeButtonGeometry):
index ca01758..5d1af32 100755 (executable)
@@ -1112,7 +1112,7 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
 CYGWIN=
 test "$ac_cv_cygwin" = yes && CYGWIN=yes
 
-case "${target}" in
+case "${host}" in
 *-*-cygwin*)
         touch ac$$.c
         if ${CC} -c -mwin32 ac$$.c >/dev/null 2>&1; then
index e5abd8f..a3b6725 100755 (executable)
@@ -41,7 +41,7 @@ AC_PROG_MAKE_SET
 
 AC_CYGWIN
 
-case "${target}" in
+case "${host}" in
 *-*-cygwin*)
         touch ac$$.c
         if ${CC} -c -mwin32 ac$$.c >/dev/null 2>&1; then