2013-09-26 17:14:40 +02:00

14 lines
562 B
Plaintext

$NetBSD: patch-ae,v 1.2 2009/08/23 18:56:34 hasso Exp $
--- configure.orig 2008-04-25 07:08:22.000000000 -0600
+++ configure
@@ -44961,7 +44961,7 @@ fi
{ $as_echo "$as_me:$LINENO: checking for cpu-specific compiler flags" >&5
$as_echo_n "checking for cpu-specific compiler flags... " >&6; }
-if test "$host_cpu" == "x86_64" && test $enable_static = "yes"; then
+if test "$host_cpu" = "x86_64" && test $enable_static = "yes"; then
{ $as_echo "$as_me:$LINENO: result: x86_64/static: adding -fPIC" >&5
$as_echo "x86_64/static: adding -fPIC" >&6; }