diff options
author | Stu Grossman <grossman@cygnus> | 1994-09-03 02:13:47 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-09-03 02:13:47 +0000 |
commit | 4b078dc3b0d3ee2211e6af7abc1a708aa676351e (patch) | |
tree | b453dcebeb51f32a58d6b6ad48c856b957dc025d /gdb/configure.in | |
parent | e1118f158207d6935d7d25c3bbf60bce50cd563d (diff) | |
download | gdb-4b078dc3b0d3ee2211e6af7abc1a708aa676351e.zip gdb-4b078dc3b0d3ee2211e6af7abc1a708aa676351e.tar.gz gdb-4b078dc3b0d3ee2211e6af7abc1a708aa676351e.tar.bz2 |
* configure.in: Don't ln gdbtk.tcl if it's already there.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 0b3d9f0..c6c796d 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -390,7 +390,7 @@ else fi # Make it possible to use the GUI without doing a full install -if [ "${enable_gdbtk}" = "yes" ] ; then +if [ "${enable_gdbtk}" = "yes" -a ! -f gdbtk.tcl ] ; then files="${files} gdbtk.tcl" links="${links} gdbtk.tcl" fi |