summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-09 12:41:46 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-03-23 14:11:07 +0000
commit531bffcfaf8bed572259981d4d900e7f1e42e473 (patch)
tree39e9708522422c164602d2020d93952714c4fc60
parentfed5695cc026ab4076197de2a28a5f7bbe69dacb (diff)
configure.ac: remove apostrophe from a help message so syntax highlighting works
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46417 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e351e8c3..c5f670177 100644
--- a/configure.ac
+++ b/configure.ac
@@ -222,7 +222,7 @@ AM_CONDITIONAL([ENABLE_FATAL_CRITICALS], [test "x$fatal_criticals" = xyes])
dnl dummy check for gtk-doc
AC_ARG_ENABLE(gtk-doc,
- AC_HELP_STRING([--enable-gtk-doc],[doesn't actually do anything]),
+ AC_HELP_STRING([--enable-gtk-doc],[does not actually do anything]),
enable_gtk_doc=yes, enable_gtk_doc=no)
AM_CONDITIONAL([ENABLE_GTK_DOC], [test "x$enable_gtk_doc" = xyes])