~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

  • Committer: Monty Taylor
  • Date: 2011-03-07 21:37:51 UTC
  • mfrom: (2221.2.4 build)
  • Revision ID: mordred@inaugust.com-20110307213751-uhic4rghe4dmdi8d
Merge Monty - Pandora-build updates. Allow building of only libdrizzle.
Merge Andrew - libdrizzle result reuse problem.
Merge David - Slave plugin bugfixes.

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
      ])