comparison configure @ 1220:7d30b57b6187

Applied solaris fix suggested by J¸«ärgen Keil.
author atmos4
date Sun, 24 Jun 2001 19:24:55 +0000
parents 40ec53d0f207
children dfccdda074e5
comparison
equal deleted inserted replaced
1219:e169f798ff71 1220:7d30b57b6187
1072 else 1072 else
1073 echo "$kernel_version, ok" 1073 echo "$kernel_version, ok"
1074 fi 1074 fi
1075 fi 1075 fi
1076 1076
1077 if [ "$_xmga" == "autodetect" ]; then 1077 if [ "$_xmga" = "autodetect" ]; then
1078 if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then 1078 if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then
1079 _xmga=yes 1079 _xmga=yes
1080 else 1080 else
1081 _xmga=no 1081 _xmga=no
1082 fi 1082 fi