Fix configure failing for Tcl
This commit is contained in:
parent
e7e5929388
commit
b2c4c42a32
|
@ -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…
Reference in New Issue