summaryrefslogtreecommitdiff
path: root/devel/boehm-gc/patches/patch-ab
blob: b8908123d8af78e62f44a804a2e8283a60b9fd2e (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
30
31
32
33
$NetBSD: patch-ab,v 1.21 2012/08/26 17:02:12 wiz Exp $

--- configure.orig	2012-05-11 17:09:00.000000000 +0000
+++ configure
@@ -5245,7 +5245,7 @@ $as_echo "#define DARWIN_DONT_PARSE_STAC
 
 fi
 
-if test "$GCC" == yes; then
+if test "$GCC" = yes; then
   # Disable aliasing optimization unless forced to.
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc supports -fno-strict-aliasing" >&5
 $as_echo_n "checking whether gcc supports -fno-strict-aliasing... " >&6; }
@@ -5453,8 +5453,8 @@ esac
 $as_echo "$enable_shared" >&6; }
 
 # Compile with GC_DLL defined unless building static libraries.
-if test "${enable_shared}" == yes; then
-  if test "${enable_static}" == no; then
+if test "${enable_shared}" = yes; then
+  if test "${enable_static}" = no; then
     $as_echo "#define GC_DLL 1" >>confdefs.h
 
     # FIXME: Also pass -fvisibility=hidden option if GCC v4+ and not Win32.
@@ -16438,7 +16441,7 @@ $as_echo "#define SMALL_CONFIG 1" >>conf
 
 fi
 
-if test "$enable_gc_debug" == "no"; then
+if test "$enable_gc_debug" = "no"; then
 
 $as_echo "#define NO_DEBUGGING 1" >>confdefs.h