OSDN Git Service

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

libgui/ChangeLog
libgui/configure
libgui/configure.in

index 0c957bc..802e8e9 100644 (file)
@@ -1,3 +1,9 @@
+2001-10-28  Christopher Faylor  <cgf@redhat.com>
+
+       * configure.in: Modify 2001-10-12 change to check for cygwin host
+       rather than cygwin target.
+       * configure: Regenerate.
+
 2001-10-26  Keith Seitz  <keiths@redhat.com>
 
        * configure.in (ac_win_build): Actually want "-DWIN32" with
index 8b2a48d..fff25ce 100755 (executable)
@@ -1958,7 +1958,7 @@ if test x$ide_cv_os_cygwin32 = xyes; then
   ac_win_build="yes"
 fi
 
-case "${target}" in
+case "${host}" in
 *-*-cygwin*)
         touch ac$$.c
         if ${CC} -c -mwin32 ac$$.c >/dev/null 2>&1; then
@@ -2319,7 +2319,7 @@ fi
 # Note the gross little conversion here of srcdir by cd'ing to the found
 # directory. This converts the path from a relative to an absolute, so
 # recursive cache variables for the path will work right. We check all
-# the possible paths in one loop rather than many seperate loops to speed
+# the possible paths in one loop rather than many separate loops to speed
 # things up.
 # the alternative search directory is involked by --with-tkinclude
 #
index ff76f85..055ab58 100644 (file)
@@ -61,7 +61,7 @@ if test x$ide_cv_os_cygwin32 = xyes; then
   ac_win_build="yes"
 fi
 
-case "${target}" in
+case "${host}" in
 *-*-cygwin*)
         touch ac$$.c
         if ${CC} -c -mwin32 ac$$.c >/dev/null 2>&1; then