mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* configure: Only put libide in GDB_TK if --enable-ide.
This commit is contained in:
parent
33b7d4fbb2
commit
be8da92575
@ -1,3 +1,9 @@
|
||||
start-sanitize-ide
|
||||
Wed Dec 17 11:27:59 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure: Only put libide in GDB_TK if --enable-ide.
|
||||
|
||||
end-sanitize-ide
|
||||
start-sanitize-d30v
|
||||
Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
|
||||
|
||||
|
4
configure
vendored
4
configure
vendored
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user