Merge pull request #4116 from amandeepgautam/master

whitelisting aix platform as it has sched_yield
pull/3205/merge
Adam Cozzette 7 years ago committed by GitHub
commit eca1d2a711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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