Browse Source

fix bug #50345 (nanosleep not detected properly on some solaris versions)

experimental/with_scalar_types
Antony Dovgal 16 years ago
parent
commit
444ea3c911
  1. 2
      configure.in

2
configure.in

@ -611,7 +611,7 @@ asprintf \
)
dnl Some systems (like OpenSolaris) do not have nanosleep in libc
PHP_CHECK_FUNC(nanosleep, rt)
PHP_CHECK_FUNC_LIB(nanosleep, rt)
dnl Check for getaddrinfo, should be a better way, but...
dnl Also check for working getaddrinfo

Loading…
Cancel
Save