FIx solaris template finding.

This commit is contained in:
Bruce Momjian 1997-08-01 03:49:22 +00:00
parent a67fd49091
commit da76711714
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -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/.*=//'`

View File

@ -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/.*=//'`