diff options
author | Geoffrey Noer <noer@cygnus> | 1998-11-02 23:28:59 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1998-11-02 23:28:59 +0000 |
commit | b93f016bf0cd93ef4ab2f249d93ac4400f703171 (patch) | |
tree | 04b1a12aa3e4addc840f5e2a430eabbf4f615325 /gdb/configure.in | |
parent | 97aacc71ed268150b57afef45b38915878bccfb8 (diff) | |
download | gdb-b93f016bf0cd93ef4ab2f249d93ac4400f703171.zip gdb-b93f016bf0cd93ef4ab2f249d93ac4400f703171.tar.gz gdb-b93f016bf0cd93ef4ab2f249d93ac4400f703171.tar.bz2 |
Mon Nov 2 15:26:33 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: Check cygwin* instead of cygwin32*.
* configure: regenerate
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 2bb1cee..2e319e3 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -538,7 +538,7 @@ AC_ARG_ENABLE(gdbtk, AC_MSG_ERROR(bad value ${enableval} given for gdbtk option) ;; esac], [ -# Default is on for everything but go32 and cygwin32 +# Default is on for everything but go32 and Cygwin case "$host" in *go32* | *windows*) ;; @@ -547,7 +547,7 @@ case "$host" in esac ]) -# In the cygwin32 environment, we need some additional flags. +# In the Cygwin environment, we need some additional flags. AC_CACHE_CHECK([for cygwin32], gdb_cv_os_cygwin32, [AC_EGREP_CPP(lose, [ #ifdef __CYGWIN32__ @@ -593,7 +593,7 @@ if test "${enable_gdbtk}" = "yes"; then TIXVERSION=4.1.8.0 . ${ac_cv_c_tclconfig}/tclConfig.sh case "${host}" in - *-*-cygwin32*) + *-*-cygwin*) tixdir=../tix/win/tcl8.0 ;; *) |