whitelisting aix platform as it has sched_yield

pull/4116/head
Amandeep Gautam 7 years ago
parent 8529f2aee3
commit 0c0d481c69
  1. 2
      configure.ac

@ -191,7 +191,7 @@ AM_CONDITIONAL([HAVE_PTHREAD], [test "x$acx_pthread_ok" = "xyes"])
AC_CXX_STL_HASH
case "$target_os" in
mingw* | cygwin* | win*)
mingw* | cygwin* | win* | aix*)
;;
*)
# Need to link against rt on Solaris

Loading…
Cancel
Save