summaryrefslogtreecommitdiff
path: root/games/flightgear/patches/patch-aa
blob: 199cb4949a1a2eeec0ec8d9d3948e61ababcd274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.1 2008/03/14 14:49:53 drochner Exp $

--- configure.orig	2007-12-11 06:44:59.000000000 +0100
+++ configure
@@ -10128,7 +10128,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 "FlightGear!"
@@ -10139,7 +10139,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 "FlightGear!"