blob: b7437bab496d7633283886c838723a72359880f2 (
plain)
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
|
$NetBSD: patch-aa,v 1.5 2006/10/22 20:59:01 schwarz Exp $
--- configure.orig 2005-04-27 13:54:13.000000000 +0200
+++ configure 2006-10-22 22:53:47.000000000 +0200
@@ -675,7 +675,7 @@
;;
esac
-OPTS="-O"
+OPTS=""
@@ -1127,7 +1127,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.'
@@ -1135,6 +1135,7 @@
exit 1
fi
fi
+fi
echo $ac_n "checking if --enable-idea option is specified""... $ac_c" 1>&6
echo "configure:1141: checking if --enable-idea option is specified" >&5
|