Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>

* configure: Treat msdosdjgpp like go32.
This commit is contained in:
Ian Lance Taylor 1997-07-22 22:56:36 +00:00
parent beb76c0ade
commit 92d902a8e9
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
* configure: Treat msdosdjgpp like go32.
* configure: Change Makefile.tem2 to Makefile.tm2.
Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>

4
configure vendored
View File

@ -863,13 +863,17 @@ export CXX
export CFLAGS
export CXXFLAGS
# FIXME: This should be in configure.in, not configure
case "$host" in
*go32*)
enable_gdbtk=no ;;
*msdosdjgpp*)
enable_gdbtk=no ;;
*cygwin32*)
enable_gdbtk=no ;;
esac
# FIXME: This should be in configure.in, not configure
# Determine whether gdb needs tk/tcl or not.
if [ "$enable_gdbtk" != "no" ]; then
GDB_TK="all-tcl all-tk all-itcl all-tix"