From bef144161afe863238290b026752530613fd4823 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Wed, 9 Aug 2017 16:33:23 -0700 Subject: Fix help message for disable-unit-testing in configure.ac (don't -> do not) Previous help message broke syntax highlighting in vim. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 664cf215c..55bd91c9d 100644 --- a/configure.ac +++ b/configure.ac @@ -927,7 +927,7 @@ DX_PS_FEATURE(OFF) DX_DOT_FEATURE(OFF) DX_INIT_DOXYGEN($PACKAGE_NAME, config/doxygen.cfg, $srcdir/doc/doxygen) -AC_ARG_ENABLE([unit-testing], AS_HELP_STRING([--disable-unit-testing], [don't build support for unit testing, even if available]), , [enable_unit_testing=check]) +AC_ARG_ENABLE([unit-testing], AS_HELP_STRING([--disable-unit-testing], [do not build support for unit testing, even if available]), , [enable_unit_testing=check]) AC_ARG_VAR(CXXTEST, [path to CxxTest installation]) AC_ARG_WITH([cxxtest-dir], [AS_HELP_STRING([--with-cxxtest-dir=DIR], [path to CxxTest installation])], -- cgit v1.2.3