~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

  • Committer: Monty Taylor
  • Date: 2009-07-26 21:02:25 UTC
  • mto: (1093.7.1 captain)
  • mto: This revision was merged to the branch mainline in revision 1101.
  • Revision ID: mordred@inaugust.com-20090726210225-0d0z31s2r3zd7bhx
pandora-buildĀ v0.27

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
29
    AS_IF([test "x${ac_cv_env_LDFLAGS_set}" = "x"],[
34
30
      LDFLAGS="-L/usr/local/lib/${isainfo_k} ${LDFLAGS}"
35
31
    ])