~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/dtrace.m4

Removed korr.h and tztime.h from common_includes. Also removed the HAVE_DTRACE block and stuck it in autoconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
            [Build with support for the DTRACE. @<:@default=off@:>@])],
7
7
    [ 
8
8
      AC_DEFINE([HAVE_DTRACE], [1], [Enables DTRACE Support])
 
9
      AC_DEFINE([_DTRACE_VERSION], [1], [DTRACE Version to Use])
9
10
      AC_CHECK_PROGS(DTRACE, dtrace)
10
11
      ENABLE_DTRACE="yes" 
11
12
      AC_SUBST(DTRACEFLAGS)