* configure: Only put libide in GDB_TK if --enable-ide.
authorIan Lance Taylor <ian@airs.com>
Wed, 17 Dec 1997 08:30:00 +0000 (08:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 17 Dec 1997 08:30:00 +0000 (08:30 +0000)
ChangeLog
configure

index 3046ef6cd28bae600247ef9283f8bcab3b7e7a72..98ba3ebaa0340828c3da4f790e15045eb684ed3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
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=""
This page took 0.02897 seconds and 4 git commands to generate.