~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-15 20:17:03 UTC
  • mto: (77.3.22 glibclient)
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: monty@inaugust.com-20080715201703-5lrd329v68vc9l3z
Fixed comment on --enable-fail -> --disable-fail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1195
1195
    [ac_warn_pedantic="yes"])
1196
1196
 
1197
1197
AC_ARG_ENABLE([fail],
1198
 
    [AS_HELP_STRING([--enable-fail],
1199
 
       [Turn warnings into failures @<:@default=off@:>@])],
 
1198
    [AS_HELP_STRING([--disable-fail],
 
1199
       [Turn warnings into failures @<:@default=on@:>@])],
1200
1200
    [ac_warn_fail="$enableval"],
1201
1201
    [ac_warn_fail="yes"])
1202
1202