OSDN Git Service

* cygwin/configure.in: Check for cygwin host rather than cygwin target.
authorcgf <cgf>
Sun, 28 Oct 2001 23:31:03 +0000 (23:31 +0000)
committercgf <cgf>
Sun, 28 Oct 2001 23:31:03 +0000 (23:31 +0000)
* cygwin/configure: Regenerate.

tcl/ChangeLog
tcl/cygwin/configure
tcl/cygwin/configure.in

index 6921d27..c3e3dc3 100644 (file)
@@ -1,5 +1,10 @@
 2001-10-28  Christopher Faylor  <cgf@redhat.com>
 
+       * cygwin/configure.in: Check for cygwin host rather than cygwin target.
+       * cygwin/configure: Regenerate.
+
+2001-10-28  Christopher Faylor  <cgf@redhat.com>
+
        * win/configure.in: Modify 2001-10-05 change to check for cygwin host
        rather than cygwin target.
        * win/configure: Regenerate.
index 36d8d38..8490183 100755 (executable)
@@ -1126,7 +1126,7 @@ else
 fi
 
 
-case "${target}" in
+case "${host}" in
 *-*-cygwin*)
        touch ac$$.c
        if ${CC} -c -mno-win32 ac$$.c >/dev/null 2>&1; then
index fb300f8..ef7f272 100644 (file)
@@ -48,7 +48,7 @@ fi
 
 LIB_AC_PROG_CC
 
-case "${target}" in
+case "${host}" in
 *-*-cygwin*)
        touch ac$$.c
        if ${CC} -c -mno-win32 ac$$.c >/dev/null 2>&1; then