From cde1acd0548ef34faa95abee7c0b98ee5e608197 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 9 Mar 2012 12:41:46 +0000 Subject: [PATCH 2/6] configure.ac: remove apostrophe from a help message so syntax highlighting works Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46417 --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 4690d11..e7daa6f 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]) -- 1.7.9.1