~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/ac-macros/dtrace.m4

  • Committer: Brian Aker
  • Date: 2008-07-01 23:01:40 UTC
  • mfrom: (28.1.27 libtool-patch)
  • Revision ID: brian@tangent.org-20080701230140-8bs081cfx1mxugp4
More Cleanup around dead files/GNU Makefile warnings (just a merge from me)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl ---------------------------------------------------------------------------
2
2
dnl Macro: DTRACE_TEST
3
3
dnl ---------------------------------------------------------------------------
4
 
AC_ARG_ENABLE([dtrace],
5
 
    [AS_HELP_STRING([--enable-dtrace],
6
 
            [Build with support for the DTRACE. @<:@default=off@:>@])],
 
4
AC_ARG_ENABLE(dtrace,
 
5
    [  --enable-dtrace      Build with support for the DTRACE.],
7
6
    [ 
8
7
      AC_DEFINE([HAVE_DTRACE], [1], [Enables DTRACE Support])
9
8
      AC_CHECK_PROGS(DTRACE, dtrace)