summaryrefslogtreecommitdiff
path: root/converters/wv/patches/patch-aa
blob: 007c52c71e7d016812929a52c3f888bc386398c1 (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.7 2008/04/14 23:49:43 wiz Exp $

--- configure.orig	2008-04-14 23:43:17.000000000 +0000
+++ configure
@@ -20236,7 +20236,7 @@ case ${target_os} in
     link_win32_dll="no"
     ;;
 esac
-if test "$cross_compiling" == "yes"; then
+if test "$cross_compiling" = "yes"; then
   dllwrap="dllwrap"
 else
   dllwrap=${target}-"dllwrap"
@@ -20283,7 +20283,7 @@ fi
 
 
 
-if test "$link_win32_dll" == "yes"; then
+if test "$link_win32_dll" = "yes"; then
   LINK_WIN32_DLL_TRUE=
   LINK_WIN32_DLL_FALSE='#'
 else