aboutsummaryrefslogtreecommitdiff
path: root/m4/acx_check_suncc.m4
diff options
context:
space:
mode:
authorxfxyjwf <xfxyjwf@gmail.com>2014-09-23 10:48:02 -0700
committerxfxyjwf <xfxyjwf@gmail.com>2014-09-23 10:48:02 -0700
commita9155b8d3c568a82e4df9402f1461c7af6aa9eb0 (patch)
tree41ee3aefbd52f98020d7c44942022f823083729f /m4/acx_check_suncc.m4
parenta48c08aa9a57798d0771694e127ce9e4b0c57bb2 (diff)
parent195f01719efd3e440db10befefd1e16d1bcaa026 (diff)
downloadprotobuf-a9155b8d3c568a82e4df9402f1461c7af6aa9eb0.tar.gz
protobuf-a9155b8d3c568a82e4df9402f1461c7af6aa9eb0.tar.bz2
protobuf-a9155b8d3c568a82e4df9402f1461c7af6aa9eb0.zip
Merge pull request #32 from worr/bug/solaris-atomicops
Add support for solaris atomicops
Diffstat (limited to 'm4/acx_check_suncc.m4')
-rw-r--r--m4/acx_check_suncc.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/acx_check_suncc.m4 b/m4/acx_check_suncc.m4
index 4e8f9610..89185932 100644
--- a/m4/acx_check_suncc.m4
+++ b/m4/acx_check_suncc.m4
@@ -42,6 +42,7 @@ AC_DEFUN([ACX_CHECK_SUNCC],[
AS_IF([test "x$ac_enable_64bit" = "xyes"],[
+ AC_DEFINE([SOLARIS_64BIT_ENABLED], [1], [64bit enabled])
AS_IF([test "x$libdir" = "x\${exec_prefix}/lib"],[
dnl The user hasn't overridden the default libdir, so we'll
dnl the dir suffix to match solaris 32/64-bit policy