Browse Source

whitelisting aix platform as it has sched_yield

Amandeep Gautam 7 years ago
parent
commit
0c0d481c69
1 changed files with 1 additions and 1 deletions
  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
 AC_CXX_STL_HASH
 
 
 case "$target_os" in
 case "$target_os" in
-  mingw* | cygwin* | win*)
+  mingw* | cygwin* | win* | aix*)
     ;;
     ;;
   *)
   *)
     # Need to link against rt on Solaris
     # Need to link against rt on Solaris