summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2002-05-13 20:55:25 +0000
committerDJ Delorie <dj@delorie.com>2002-05-13 20:55:25 +0000
commit26f74dbd4047e68c27f155482e375b084f9323a5 (patch)
treec2c591b85fb984e74335f49a6e44fe5fccd7b520 /configure
parente2c9e304278be04765055d513a9d5c1f045c43e5 (diff)
downloadgdb-26f74dbd4047e68c27f155482e375b084f9323a5.tar.gz
* configure: move some logic to configure.in
* configure.in: move some logic from configure
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index 30446a209db..fdf60202647 100755
--- a/configure
+++ b/configure
@@ -1072,22 +1072,6 @@ 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 ;;
-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 all-libgui"
-else
- GDB_TK=""
-fi
-
all_build_modules=
if test x"${build_alias}" != x"${host_alias}"
then