From 6cdef75d090fb5e4d4b1225a5f325822c992f35c Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Mon, 13 May 2002 20:55:30 +0000 Subject: configure: move some logic to configure.in * configure: move some logic to configure.in * configure.in: move some logic from configure From-SVN: r53432 --- configure.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2569cc2..5b13cd4 100644 --- a/configure.in +++ b/configure.in @@ -1319,6 +1319,18 @@ if test -n "${target_makefile_frag}" ; then target_makefile_frag=mt-frag fi +case "$host" in + *msdosdjgpp*) + enable_gdbtk=no ;; +esac +# Determine whether gdb needs tk/tcl or not. +case "$enable_gdbtk" in + no) + GDB_TK="" ;; + *) + GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui" ;; +esac + # post-target: # Make sure that the compiler is able to generate an executable. If it -- cgit v1.1