1 file changed, 1 insertion(+)
configure.in |    1 +

# HG changeset patch
# User Andrew Beekhof <[EMAIL PROTECTED]>
# Date 1226347404 -3600
# Branch stable-1.0
# Node ID 2ead767dfaefe3e344f620743e25e73af30dea96
# Parent  e13fd37703dcb45309002a7a0776c83e6843a2be
Low: Build: Use the correct macro for printing uint64_t on s390x machines

diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -357,6 +357,7 @@ esac
 
 AC_MSG_CHECKING(which format is needed to print uint64_t)
 case "$host_cpu" in
+  s390x)U64T="%lu";;
   *64*) U64T="%lu";;
   *)    U64T="%llu";;
 esac
_______________________________________________
Pacemaker mailing list
[email protected]
http://list.clusterlabs.org/mailman/listinfo/pacemaker

Reply via email to