diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-07-22 22:56:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-07-22 22:56:36 +0000 |
commit | 92d902a8e9d40e5419d3a1f0361a40caa5d52522 (patch) | |
tree | 098868cb12d016312c7219f244f8159c94588ed0 /configure | |
parent | beb76c0ade0e9a22709133f2253532e48fb4e1ce (diff) | |
download | fsf-binutils-gdb-92d902a8e9d40e5419d3a1f0361a40caa5d52522.zip fsf-binutils-gdb-92d902a8e9d40e5419d3a1f0361a40caa5d52522.tar.gz fsf-binutils-gdb-92d902a8e9d40e5419d3a1f0361a40caa5d52522.tar.bz2 |
Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
* configure: Treat msdosdjgpp like go32.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |