mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove unnecessary assignment, per Tom.
This commit is contained in:
@ -17,7 +17,6 @@ case $host in
|
|||||||
;;
|
;;
|
||||||
i?86-*-solaris*)
|
i?86-*-solaris*)
|
||||||
if test "$GCC" != yes ; then
|
if test "$GCC" != yes ; then
|
||||||
soarch=`isainfo`
|
|
||||||
if isainfo | grep amd64
|
if isainfo | grep amd64
|
||||||
then
|
then
|
||||||
need_tas=yes
|
need_tas=yes
|
||||||
|
Reference in New Issue
Block a user