changeset 1220:7d30b57b6187

Applied solaris fix suggested by J¸«ärgen Keil.
author atmos4
date Sun, 24 Jun 2001 19:24:55 +0000
parents e169f798ff71
children c51dfea4fa20
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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