blob: 6917d238fca12754eb0751d5b683889d9909e823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.3 2006/01/08 15:37:33 joerg Exp $
--- configure.orig 2003-11-13 11:18:48.000000000 +0000
+++ configure
@@ -1126,6 +1126,7 @@ rm -fr conftest*
fi
+if test ${OPSYS} != "DragonFly"; then
if test "$buggygetaddrinfo" = "yes"; then
if test "$ipv6" = "yes"; then
echo 'Fatal: You must get working getaddrinfo() function.'
@@ -1133,6 +1134,7 @@ if test "$buggygetaddrinfo" = "yes"; the
exit 1
fi
fi
+fi
echo $ac_n "checking if --enable-idea option is specified""... $ac_c" 1>&6
echo "configure:1139: checking if --enable-idea option is specified" >&5
|