configure.in patch for NetBSD

Bang Jun-Young bjy at mogua.org
Mon May 7 11:29:33 CDT 2001


ChangeLog:
	Bang Jun-Young <bjy at mogua.org>
	* configure.in:
	Add the NetBSD style errno location.
	Modify a message to give a bit more info when building Wine on
	NetBSD.

-- 
Bang Jun-Young <bjy at mogua.org>

-------------- next part --------------
--- configure.in.orig	Tue Apr 17 04:36:12 2001
+++ configure.in	Tue May  8 01:17:14 2001
@@ -575,7 +575,7 @@
       LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,\$(libdir)/%)"
       LDDLLFLAGS="-Wl,-B,symbolic"
     else
-      AC_CACHE_CHECK("whether we can build a NetBSD dll",
+      AC_CACHE_CHECK("whether we can build a NetBSD a.out dll",
                    ac_cv_c_dll_netbsd,
       [saved_cflags=$CFLAGS
       CFLAGS="$CFLAGS -fPIC -Wl,-Bshareable,-Bforcearchive"
@@ -685,6 +685,8 @@
 WINE_CHECK_ERRNO(___errno)
 dnl UnixWare style errno location
 WINE_CHECK_ERRNO(__thr_errno)
+dnl NetBSD style errno location
+WINE_CHECK_ERRNO(__errno)
 
 if test "$wine_cv_libc_reentrant" != "no" 
 then


More information about the wine-patches mailing list