* top.c (print_gdb_version): delete stutter.
[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=""