aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index eb61b64..381ac02 100755
--- 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=""