summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-02-19 12:05:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-02-19 12:19:04 +0000
commit67759dbc248f4eb05855a796eea6d464e051b2e8 (patch)
tree29cfe344478d88e0fcfabfe4a66016ce45c8a3fc
parentaf14eca77a3f2c037b1aca4d3f6945ffa2b985db (diff)
downloaddbus-python-67759dbc248f4eb05855a796eea6d464e051b2e8.tar.gz
configure.ac: avoid misleading syntax highlighting
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2b1b4c1..ae7a7d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,7 +218,7 @@ AC_ARG_ENABLE(coding-style-checks,
[ # version x.y.z.200xyyzz - 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])
])