From a08772e40dc45ad9bdf9c34dc0b57072fbcca46d Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 22 Sep 2009 10:25:23 -0400 Subject: [PATCH] Add s390x to list of 64-bit platforms for libs --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index aaec420..d3bb112 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_CONFIG_SRCDIR([server/ctdbd.c]) if test "${libdir}" = '${exec_prefix}/lib'; then case `uname -m` in - x86_64|ppc64|powerpc64) + x86_64|s390x|ppc64|powerpc64) libdir='${exec_prefix}/lib64' ;; *) -- 1.6.4.2