~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

  • Committer: Jay Pipes
  • Date: 2009-08-03 14:23:22 UTC
  • mfrom: (1039.2.68 staging)
  • mto: This revision was merged to the branch mainline in revision 1078.
  • Revision ID: jpipes@serialcoder-20090803142322-1g67h7su9mocg9ig
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    isainfo_k=`${ISAINFO} -k` 
27
27
    DTRACEFLAGS="${DTRACEFLAGS} -${isainfo_k}"
28
28
 
29
 
    AS_IF([test "x${ac_cv_env_CPPFLAGS_set}" = "x"],[
30
 
      CPPFLAGS="-I/usr/local ${CPPFLAGS}"
31
 
    ])
32
 
 
33
 
    AS_IF([test "x${ac_cv_env_LDFLAGS_set}" = "x"],[
34
 
      LDFLAGS="-L/usr/local/lib/${isainfo_k} ${LDFLAGS}"
35
 
    ])
36
 
 
37
29
    AS_IF([test "x$ac_enable_64bit" = "xyes"],[
 
30
 
 
31
      AS_IF([test "x${ac_cv_env_LDFLAGS_set}" = "x"],[
 
32
        LDFLAGS="-L/usr/local/lib/${isainfo_k} ${LDFLAGS}"
 
33
      ])
 
34
 
38
35
      AS_IF([test "x$libdir" = "x\${exec_prefix}/lib"],[
39
36
       dnl The user hasn't overridden the default libdir, so we'll 
40
37
       dnl the dir suffix to match solaris 32/64-bit policy