blob: ffac463e64ccba0fc73579c94df8ff3f4202515e (
plain) (
blame)
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
34
35
36
|
--- configure.orig 2008-03-31 07:31:37.381987526 -0400
+++ configure 2008-03-31 07:31:37.771922603 -0400
@@ -23902,6 +23902,7 @@
check_inconsistencies=yes
case "${host_cpu}-${host_os}" in
*-darwin*) check_inconsistencies=no ;;
+ *-freebsd*) check_inconsistencies=no ;;
esac
if test x"$GCC" != xyes -o "x$check_inconsistencies" != xyes ; then
{ echo "$as_me:$LINENO: result: no" >&5
@@ -30280,9 +30281,9 @@
else
- { { echo "$as_me:$LINENO: error: *** libatomic-ops headers not found" >&5
-echo "$as_me: error: *** libatomic-ops headers not found" >&2;}
- { (exit 1); exit 1; }; }
+# { { echo "$as_me:$LINENO: error: *** libatomic-ops headers not found" >&5
+#echo "$as_me: error: *** libatomic-ops headers not found" >&2;}
+# { (exit 1); exit 1; }; }
fi
@@ -30290,9 +30291,9 @@
# Win32 does not need the lib and breaks horribly if we try to include it
- if test "x$os_is_win32" != "x1" ; then
- LIBS="$LIBS -latomic_ops"
- fi
+# if test "x$os_is_win32" != "x1" ; then
+# LIBS="$LIBS -latomic_ops"
+# fi
else
{ echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; }
|