~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

Merged 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_LDFLAGS_set}" = "x"],[
30
 
      LDFLAGS="-L/usr/local/lib/${isainfo_k} ${LDFLAGS}"
31
 
    ])
32
 
 
33
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
 
34
35
      AS_IF([test "x$libdir" = "x\${exec_prefix}/lib"],[
35
36
       dnl The user hasn't overridden the default libdir, so we'll 
36
37
       dnl the dir suffix to match solaris 32/64-bit policy