- Many more filesystem improvements, including autodetection of drive types and devices, and support for editing the drive configuration with winecfg. - Many Direct3D improvements. - Several fixes to the various sound drivers. - Lots of bug fixes
22 lines
764 B
Text
22 lines
764 B
Text
$NetBSD: patch-ac,v 1.15 2004/05/06 15:51:35 adam Exp $
|
|
|
|
--- configure.orig 2004-05-06 00:40:39.000000000 +0000
|
|
+++ configure
|
|
@@ -17852,7 +17852,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_l
|
|
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
|
|
@@ -19522,7 +19522,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
|