Fix configure failing for Tcl

master^2
Junichi Kimura 2 years ago
parent e7e5929388
commit b2c4c42a32

2
Tcl/configure vendored

@ -3219,7 +3219,7 @@ else
# results, and the version is kept in special file).
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
system=MP-RAS-`awk '{print $3}' /etc/.relid'`
system=MP-RAS-`awk '{print $3}' /etc/.relid`
fi
if test "`uname -s`" = "AIX" ; then
system=AIX-`uname -v`.`uname -r`

Loading…
Cancel
Save