Add support for parallel instructions.
[deliverable/binutils-gdb.git] / configure
index 93c6488cffbd109a041725c25417b70aba685c59..381ac02937a2e17d27e381f96296ff0302e51645 100755 (executable)
--- a/configure
+++ b/configure
@@ -988,7 +988,12 @@ 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"
+       GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui"
+       # start-sanitize-ide
+       if [ "$enable_ide" != "no" ]; then
+               GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui all-libide"
+       fi
+       # end-sanitize-ide
 else
        GDB_TK=""
 fi
This page took 0.023315 seconds and 4 git commands to generate.