blob: ab78027c62fc8fa6af4f0c8daa5a39854f5b58bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- configure.orig Sun Sep 3 12:31:45 2006
+++ configure Sun Sep 3 12:32:34 2006
@@ -20559,6 +20559,7 @@ echo $ECHO_N "checking whether to check
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
|