]> git.saurik.com Git - wxWidgets.git/commitdiff
Testing if using -D_REENTRANT helps compiling socket code on NetBSD.
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 23 Jan 2006 20:47:58 +0000 (20:47 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 23 Jan 2006 20:47:58 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 67030adac64623a27fa7f4ccd39898560b59c143..e0e91d9992715fd1ae106e38fe0e912ed881884f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1860,6 +1860,7 @@ _ACEOF
 _ACEOF
 
     DEFAULT_DEFAULT_wxUSE_GTK=1
+    NEEDS_D_REENTRANT_FOR_R_FUNCS=1
   ;;
   *-*-osf* )
     USE_ALPHA=1
index b01862c8a02c5ecafd773ec7e1b3b81b05456c40..9cf33de6f117906c2fedacc9940879af4eca85d8 100644 (file)
@@ -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