aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2018-01-03 13:26:22 -0800
committerGitHub <noreply@github.com>2018-01-03 13:26:22 -0800
commiteca1d2a7113b3d57f900f69661342c0078c956c4 (patch)
treeef046753f9ae9fbdde415c5e2842e3410f122539
parent4588e6e2b98671d544f7f2bb7372710beb7bdfcb (diff)
parent0c0d481c69d8588885027cce82a3e6042c49841a (diff)
downloadprotobuf-eca1d2a7113b3d57f900f69661342c0078c956c4.tar.gz
protobuf-eca1d2a7113b3d57f900f69661342c0078c956c4.tar.bz2
protobuf-eca1d2a7113b3d57f900f69661342c0078c956c4.zip
Merge pull request #4116 from amandeepgautam/master
whitelisting aix platform as it has sched_yield
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b035ca07..51ce5be0 100644
--- a/configure.ac
+++ b/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