* cgen.c: #include setjmp.h. Clean up pass over `struct foo' usage.
[deliverable/binutils-gdb.git] / configure
index eb61b64785b1928d6e0904af0456bd177ed92aa7..381ac02937a2e17d27e381f96296ff0302e51645 100755 (executable)
--- a/configure
+++ b/configure
@@ -990,7 +990,9 @@ esac
 if [ "$enable_gdbtk" != "no" ]; then
        GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui"
        # start-sanitize-ide
-       GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui all-libide"
+       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=""
This page took 0.022724 seconds and 4 git commands to generate.