summaryrefslogtreecommitdiff
path: root/security/libpreludedb/patches/patch-aa
blob: ba51729ef0a9885b252121a72a859ca2157c59a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2008/08/27 22:37:09 shannonjr Exp $

--- configure.orig	2008-08-27 13:14:38.000000000 -0600
+++ configure
@@ -21052,7 +21052,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo
 
 { echo "$as_me:$LINENO: checking for cpu-specific compiler flags" >&5
 echo $ECHO_N "checking for cpu-specific compiler flags... $ECHO_C" >&6; }
-if test "$host_cpu" == "x86_64" && test $enable_static = "yes"; then
+if test "$host_cpu" = "x86_64" && test $enable_static = "yes"; then
         { echo "$as_me:$LINENO: result: x86_64/static: adding -fPIC" >&5
 echo "${ECHO_T}x86_64/static: adding -fPIC" >&6; }
         { echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5