22 lines
761 B
Plaintext
22 lines
761 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2003/08/15 14:25:59 jolan Exp $
|
|
--- configure.orig 2003-08-13 13:55:09.000000000 -0500
|
|
+++ configure 2003-08-14 12:18:02.000000000 -0500
|
|
@@ -14614,7 +14614,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
|
|
ac_status=$?
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
- ac_cv_sse_inline=yes
|
|
+ ac_cv_sse_inline=no
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|
|
@@ -14669,7 +14669,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
|
|
ac_status=$?
|
|
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
|
(exit $ac_status); }; }; then
|
|
- ac_cv_altivec_inline=yes
|
|
+ ac_cv_altivec_inline=no
|
|
else
|
|
echo "$as_me: failed program was:" >&5
|
|
sed 's/^/| /' conftest.$ac_ext >&5
|