Unverified Commit eca1d2a7 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #4116 from amandeepgautam/master

whitelisting aix platform as it has sched_yield
parents 4588e6e2 0c0d481c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment