summaryrefslogtreecommitdiff
path: root/multimedia/gnash/patches/patch-aa
blob: d48a36e357c887046034536107dcf9ae5937eeac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$NetBSD: patch-aa,v 1.5 2006/12/07 10:07:10 markd Exp $

--- configure.orig	2006-11-17 20:09:10.000000000 +0100
+++ configure	2006-12-06 00:22:10.000000000 +0100
@@ -4303,13 +4303,13 @@
   LIBPRE="lib"
 
   if test "x$LIBPRE" != "x" ; then
-	if test x"$EXEEXT"	== "exe"; then
+	if test x"$EXEEXT"	= "exe"; then
 	   LIBPRE="lib"
 	fi
   fi
 
   if test "x$LIBEXT" != "x" ; then
-	if test x"$EXEEXT"	== "exe"; then
+	if test x"$EXEEXT"	= "exe"; then
 	   LIBEXT="dll"
 	fi
   fi
@@ -45388,7 +45388,7 @@
 
 
 
-if test x"$EXEEXT" == "exe"; then
+if test x"$EXEEXT" = "exe"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_WINSOCK 1