Ver Fonte

Merge pull request #4116 from amandeepgautam/master

whitelisting aix platform as it has sched_yield
Adam Cozzette há 7 anos atrás
pai
commit
eca1d2a711
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      configure.ac

+ 1 - 1
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