FIx solaris template finding.
This commit is contained in:
parent
a67fd49091
commit
da76711714
2
src/configure
vendored
2
src/configure
vendored
@ -641,7 +641,7 @@ starts 'checking host system type...'
|
||||
**************************************************************
|
||||
EOT
|
||||
TEMPLATE=generic
|
||||
GUESS=`grep $host_os template/.similar 2>/dev/null`
|
||||
GUESS=`grep "$host_os=" template/.similar 2>/dev/null`
|
||||
if test $GUESS
|
||||
then
|
||||
TEMPLATE=`echo $GUESS | sed 's/.*=//'`
|
||||
|
@ -79,7 +79,7 @@ starts 'checking host system type...'
|
||||
**************************************************************
|
||||
EOT
|
||||
TEMPLATE=generic
|
||||
GUESS=`grep $host_os template/.similar 2>/dev/null`
|
||||
GUESS=`grep "$host_os=" template/.similar 2>/dev/null`
|
||||
if test $GUESS
|
||||
then
|
||||
TEMPLATE=`echo $GUESS | sed 's/.*=//'`
|
||||
|
Loading…
Reference in New Issue
Block a user