X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_64bit.m4;h=5d9983b84689e5eec93d78e492b4ff15f3314acd;hb=5fb9e63a9f6af5fca174939f7c5fffa360ad75d0;hp=c1812f404ad5f1772023c2a893d0073d78429a4c;hpb=0f880f36260e5b71921b17425400c952b96606d1;p=m6w6%2Flibmemcached diff --git a/m4/pandora_64bit.m4 b/m4/pandora_64bit.m4 index c1812f40..5d9983b8 100644 --- a/m4/pandora_64bit.m4 +++ b/m4/pandora_64bit.m4 @@ -1,5 +1,5 @@ -dnl Copyright (C) 2009 Sun Microsystems -dnl This file is free software; Sun Microsystems +dnl Copyright (C) 2009 Sun Microsystems, Inc. +dnl This file is free software; Sun Microsystems, Inc. dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -20,10 +20,10 @@ AC_DEFUN([PANDORA_64BIT],[ [isainfo_b=`${ISAINFO} -b`], [isainfo_b="x"]) - AS_IF([test "$isainfo_b" != "x"],[ + AS_IF([test "$isainfo_b" != "x" -a "$isainfo_b" != "32"],[ - isainfo_k=`${ISAINFO} -k` - DTRACEFLAGS="${DTRACEFLAGS} -${isainfo_k}" + isainfo_k=`${ISAINFO} -k` + DTRACEFLAGS="${DTRACEFLAGS} -${isainfo_b}" AS_IF([test "x$ac_enable_64bit" = "xyes"],[ @@ -32,7 +32,7 @@ AC_DEFUN([PANDORA_64BIT],[ ]) AS_IF([test "x$libdir" = "x\${exec_prefix}/lib"],[ - dnl The user hasn't overridden the default libdir, so we'll + dnl The user hasn't overridden the default libdir, so we'll dnl the dir suffix to match solaris 32/64-bit policy libdir="${libdir}/${isainfo_k}" ])