summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e67dd1..78faa9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,8 @@ AM_INIT_AUTOMAKE([gnu check-news dist-bzip2 dist-xz subdir-objects])
AC_ARG_WITH(
[sh],
- [AS_HELP_STRING([--with-sh], [POSIX-conformant shell with ``local''])],
+ [AS_HELP_STRING([--with-sh], [POSIX-conformant shell with `local'])],
+ dnl This `dnl' is needed to workaround Vim syntax highlighting.
[
case "${withval}" in
'yes'|'')