aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-05-13 20:55:25 +0000
committerDJ Delorie <dj@redhat.com>2002-05-13 20:55:25 +0000
commitc92a0210cd3c4458c7aee2412d65948723e81abe (patch)
tree0d02b92584cfaa631808a4a2a433eab927af0697 /configure
parent9296c8b21ebb3e4ef9ff589f0330b1e94da83897 (diff)
downloadgdb-c92a0210cd3c4458c7aee2412d65948723e81abe.zip
gdb-c92a0210cd3c4458c7aee2412d65948723e81abe.tar.gz
gdb-c92a0210cd3c4458c7aee2412d65948723e81abe.tar.bz2
* 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 30446a2..fdf6020 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