blob: 6bba2bf55fb6f5c6133f4c665381a819fc7a5c1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ac,v 1.8 2003/10/17 13:54:18 adam Exp $
--- configure.orig 2003-10-17 00:46:13.000000000 +0200
+++ configure
@@ -15186,7 +15186,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- wine_cv_linux_gethostbyname_r_6=yes
+ wine_cv_linux_gethostbyname_r_6=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
@@ -16072,7 +16072,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
ac_status=$?
echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; }; then
- ac_cv_member_siginfo_t_si_fd=yes
+ ac_cv_member_siginfo_t_si_fd=no
else
echo "$as_me: failed program was:" >&5
sed 's/^/| /' conftest.$ac_ext >&5
|