blob: 141c9403f76b9a75820581168bf14b8a1bdaac7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- configure.orig Sat Jun 23 02:05:47 2007
+++ configure Sat Jun 23 02:13:52 2007
@@ -20338,6 +20338,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
@@ -22442,6 +22443,7 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <sys/socket.h>
int
main ()
{
|