summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d98a1cb798..9456f5f8ef 100755
--- a/configure
+++ b/configure
@@ -1074,7 +1074,7 @@ echo "$kernel_version, ok"
fi
fi
-if [ "$_xmga" == "autodetect" ]; then
+if [ "$_xmga" = "autodetect" ]; then
if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then
_xmga=yes
else