* configure: move some logic to configure.in
[deliverable/binutils-gdb.git] / configure.in
index 2569cc2ecfc00d05176969333f8f221f3ae85de9..5b13cd4a9849054a11ae0dd640371f64e99b8a68 100644 (file)
@@ -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
This page took 0.027235 seconds and 4 git commands to generate.