* configure.in: Don't ln gdbtk.tcl if it's already there.

This commit is contained in:
Stu Grossman
1994-09-03 02:13:47 +00:00
parent e1118f1582
commit 4b078dc3b0
2 changed files with 5 additions and 1 deletions

View File

@@ -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