Testing if using -D_REENTRANT helps compiling socket code on NetBSD.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1a14abf991
commit
728258f45f
1
configure
vendored
1
configure
vendored
@ -1860,6 +1860,7 @@ _ACEOF
|
||||
_ACEOF
|
||||
|
||||
DEFAULT_DEFAULT_wxUSE_GTK=1
|
||||
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
|
||||
;;
|
||||
*-*-osf* )
|
||||
USE_ALPHA=1
|
||||
|
@ -204,6 +204,7 @@ case "${host}" in
|
||||
AC_DEFINE(__NETBSD__)
|
||||
AC_DEFINE(__BSD__)
|
||||
DEFAULT_DEFAULT_wxUSE_GTK=1
|
||||
NEEDS_D_REENTRANT_FOR_R_FUNCS=1
|
||||
;;
|
||||
*-*-osf* )
|
||||
USE_ALPHA=1
|
||||
|
Loading…
Reference in New Issue
Block a user