~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

  • Committer: Monty Taylor
  • Date: 2011-02-13 17:26:39 UTC
  • mfrom: (2157.2.2 give-in-to-pkg-config)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110213172639-nhy7i72sfhoq13ms
Merged in pkg-config fixes.

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" -a "$isainfo_b" != "32"],[
 
23
  AS_IF([test "$isainfo_b" != "x"],[
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
      ])