~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/dtrace.m4

  • Committer: Brian Aker
  • Date: 2008-12-02 23:01:32 UTC
  • mfrom: (632.1.25 devel)
  • Revision ID: brian@tangent.org-20081202230132-je5uysmm22avja4b
Merge (plus Solaris warning fixes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  AC_SUBST(DTRACEFLAGS)
15
15
  AC_SUBST(HAVE_DTRACE)
16
16
fi
17
 
AM_CONDITIONAL([HAVE_DTRACE], [ test "$ENABLE_DTRACE" = "yes" ])
 
17
AM_CONDITIONAL([BUILD_DTRACE], [ test "$ENABLE_DTRACE" = "yes" ])
18
18
dnl ---------------------------------------------------------------------------
19
19
dnl End Macro: DTRACE_TEST
20
20
dnl ---------------------------------------------------------------------------