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).
|
# results, and the version is kept in special file).
|
||||||
|
|
||||||
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
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
|
fi
|
||||||
if test "`uname -s`" = "AIX" ; then
|
if test "`uname -s`" = "AIX" ; then
|
||||||
system=AIX-`uname -v`.`uname -r`
|
system=AIX-`uname -v`.`uname -r`
|
||||||
|
|
Loading…
Reference in New Issue