# HG changeset patch # User atmos4 # Date 993410695 0 # Node ID 7d30b57b6187155a35b378c43d14de8a007a1e18 # Parent e169f798ff7114665f5a60d0164465a7a9fe6e1d Applied solaris fix suggested by J¸«ärgen Keil. diff -r e169f798ff71 -r 7d30b57b6187 configure --- a/configure Sun Jun 24 19:20:19 2001 +0000 +++ b/configure Sun Jun 24 19:24:55 2001 +0000 @@ -1074,7 +1074,7 @@ fi fi -if [ "$_xmga" == "autodetect" ]; then +if [ "$_xmga" = "autodetect" ]; then if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then _xmga=yes else