~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_64bit.m4

  • Committer: Brian Aker
  • Date: 2009-07-28 00:23:04 UTC
  • mfrom: (1093.1.27 captain)
  • Revision ID: brian@gaz-20090728002304-5ofdagl78lxvnocv
Merge Jay

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