$NetBSD: patch-aa,v 1.2 2010/08/27 07:54:23 adam Exp $

--- configure.orig	2010-08-26 10:05:37.000000000 +0000
+++ configure
@@ -10435,7 +10435,7 @@ fi
 
 esac
 
-if test "$OPENAL_OK" == "no"; then
+if test "$OPENAL_OK" = "no"; then
     echo
     echo "You *must* have the openal library installed on your system to build"
     echo "SimGear!"
@@ -10446,7 +10446,7 @@ if test "$OPENAL_OK" == "no"; then
     exit
 fi
 
-if test "$ALUT_OK" == "no"; then
+if test "$ALUT_OK" = "no"; then
     echo
     echo "You *must* have the alut library installed on your system to build"
     echo "SimGear!"
