X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_64bit.m4;h=5d9983b84689e5eec93d78e492b4ff15f3314acd;hb=66dcfb211cc2ca7dc6630754a6fd68343569e29a;hp=ed123d2b893f56030aa766e68a7de8db52b2bbda;hpb=04e03499f9070e87fee805a8430266757583a75c;p=awesomized%2Flibmemcached diff --git a/m4/pandora_64bit.m4 b/m4/pandora_64bit.m4 index ed123d2b..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,9 +20,9 @@ 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` + 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}" ])