~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-02 15:15:08 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: monty@inaugust.com-20080702151508-6uoftlu175nvindy
Made everything use AS_HELP_STRING (except for charsets, which are dying anyway)

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
 
    [  --enable-dtrace      Build with support for the DTRACE.],
 
4
AC_ARG_ENABLE([dtrace],
 
5
    [AS_HELP_STRING([--enable-dtrace],
 
6
            [Build with support for the DTRACE. @<:@default=off@:>@])],
6
7
    [ 
7
8
      AC_DEFINE([HAVE_DTRACE], [1], [Enables DTRACE Support])
8
9
      AC_CHECK_PROGS(DTRACE, dtrace)