The version of wish which we want here is 8.0.
This commit is contained in:
parent
4e05566bd5
commit
e6c5dc8689
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
# Find a Tk interpreter.
|
||||
|
||||
-WISH=`which wish4.0`
|
||||
+WISH=`which wish8.1`
|
||||
+WISH=`which wish8.0`
|
||||
if [ ! -f $WISH ]; then
|
||||
- WISH=`which wish4.1`
|
||||
+ WISH=`which wish4.1`
|
||||
|
|
Loading…
Reference in a new issue