diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-16 15:45:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-16 15:45:28 +0000 |
commit | 6f1e21508b50e5316956786c1c67944f78431adf (patch) | |
tree | f682a1fb9a470b2c2b02b87f01aef5845e8e60c2 /configure | |
parent | d745e6d93de391b1ba281b29dea76a22acfbe48a (diff) | |
download | gdb-6f1e21508b50e5316956786c1c67944f78431adf.zip gdb-6f1e21508b50e5316956786c1c67944f78431adf.tar.gz gdb-6f1e21508b50e5316956786c1c67944f78431adf.tar.bz2 |
sanitize out libide unless keep-ide
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -988,7 +988,10 @@ 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 all-libgui" + # start-sanitize-ide GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui all-libide" + # end-sanitize-ide else GDB_TK="" fi |