From b0583fdfb3efb04fb565c31a82020f15bbf3a328 Mon Sep 17 00:00:00 2001 From: cgf Date: Sun, 28 Oct 2001 16:22:24 +0000 Subject: [PATCH] * configure.in: Modify 2001-10-12 change to check for cygwin host rather than cygwin target. * configure: Regenerate. --- libgui/ChangeLog | 6 ++++++ libgui/configure | 4 ++-- libgui/configure.in | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/libgui/ChangeLog b/libgui/ChangeLog index 0c957bc7f4..802e8e952a 100644 --- a/libgui/ChangeLog +++ b/libgui/ChangeLog @@ -1,3 +1,9 @@ +2001-10-28 Christopher Faylor + + * configure.in: Modify 2001-10-12 change to check for cygwin host + rather than cygwin target. + * configure: Regenerate. + 2001-10-26 Keith Seitz * configure.in (ac_win_build): Actually want "-DWIN32" with diff --git a/libgui/configure b/libgui/configure index 8b2a48d733..fff25ce3dd 100755 --- a/libgui/configure +++ b/libgui/configure @@ -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 # diff --git a/libgui/configure.in b/libgui/configure.in index ff76f85c61..055ab58904 100644 --- a/libgui/configure.in +++ b/libgui/configure.in @@ -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 -- 2.11.0