Ticket #330: libxau-1.0.5.patch
| File libxau-1.0.5.patch, 544 bytes (added by michaelvoliveira, 5 years ago) |
|---|
-
configure.ac
diff -Naur libXau-1.0.5/configure.ac libXau-1.0.5-haiku/configure.ac
old new 58 58 if test "x$mtsafe" = "x" ; then 59 59 AC_CHECK_LIB(nsl, gethostbyname_r, [mtsafe=yes]) 60 60 fi 61 if test "x$mtsafe" = "x" ; then 62 AC_CHECK_LIB(network, gethostbyname_r, [mtsafe=yes]) 63 fi 61 64 if test "x$mtsafe" = "xyes" ; then 62 65 AC_DEFINE(XUSE_MTSAFE_API, 1, 63 66 [Whether libXau needs to use MT safe API's])
