diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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="" |