blob: 3cef77db203616dc7df8da4b6449fdced53e9475 (
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
|
$NetBSD: patch-ae,v 1.6 2008/07/18 19:03:32 bjs Exp $
--- configure.orig 2008-07-17 13:39:07.000000000 -0400
+++ configure
@@ -19773,6 +19773,7 @@ fi
have_gcc4=no
+if false; then
{ echo "$as_me:$LINENO: checking for -fvisibility" >&5
echo $ECHO_N "checking for -fvisibility... $ECHO_C" >&6; }
cat >conftest.$ac_ext <<_ACEOF
@@ -19810,7 +19811,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-
+fi
if test "x$have_gcc4" = "xyes"; then
CFLAGS="$CFLAGS -fvisibility=hidden"
fi
@@ -20057,7 +20058,7 @@ fi
{ echo "$as_me:$LINENO: result: $have_sse2_intrinsics" >&5
echo "${ECHO_T}$have_sse2_intrinsics" >&6; }
-if test $enable_sse2 = yes && test $have_sse_intrinsics = no ; then
+if test $enable_sse2 = yes && test $have_sse2_intrinsics = no ; then
{ { echo "$as_me:$LINENO: error: SSE2 intrinsics not detected" >&5
echo "$as_me: error: SSE2 intrinsics not detected" >&2;}
{ (exit 1); exit 1; }; }
|