diff options
author | Simon McVittie <smcv@debian.org> | 2010-03-23 14:30:51 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-03-23 14:39:00 +0000 |
commit | aeac3aa08def7fd47e1a432005706433ff281440 (patch) | |
tree | 5075c94be2b5794acc4c5fa3c4d6caaea3dc6657 /configure.ac | |
parent | bc9ae907cacffde000bb7daecaa4069cb00d5d83 (diff) |
configure.ac: work around mis-syntax-highlighting of apostrophe
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f06b81..6949a59 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_ARG_ENABLE(coding-style-checks, [ # Wocky is version x.y.z.1 - enable coding style checks by default AC_ARG_ENABLE(coding-style-checks, AC_HELP_STRING([--disable-coding-style-checks], - [don't check coding style using grep]), + [do not check coding style using grep]), [ENABLE_CODING_STYLE_CHECKS=$enableval], [ENABLE_CODING_STYLE_CHECKS=yes]) ]) |