~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

  • Committer: Monty Taylor
  • Date: 2011-03-06 18:45:43 UTC
  • mto: (2221.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 2222.
  • Revision ID: mordred@inaugust.com-20110306184543-3pcziba07ulzg6wm
Port in pandora changes from libmemcached.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        [isainfo_b=`${ISAINFO} -b`],
21
21
        [isainfo_b="x"])
22
22
 
23
 
  AS_IF([test "$isainfo_b" != "x"],[
 
23
  AS_IF([test "$isainfo_b" != "x" -a "$isainfo_b" != "32"],[
24
24
 
25
 
    isainfo_k=`${ISAINFO} -k` 
 
25
    isainfo_k=`${ISAINFO} -k`
26
26
    DTRACEFLAGS="${DTRACEFLAGS} -${isainfo_b}"
27
27
 
28
28
    AS_IF([test "x$ac_enable_64bit" = "xyes"],[
32
32
      ])
33
33
 
34
34
      AS_IF([test "x$libdir" = "x\${exec_prefix}/lib"],[
35
 
       dnl The user hasn't overridden the default libdir, so we'll 
 
35
       dnl The user hasn't overridden the default libdir, so we'll
36
36
       dnl the dir suffix to match solaris 32/64-bit policy
37
37
       libdir="${libdir}/${isainfo_k}"
38
38
      ])