From: Ruben Kerkhof Date: Fri, 11 Mar 2016 10:16:56 +0000 (+0100) Subject: Single single quotes break Vim highlighting X-Git-Tag: dnsdist-1.0.0-beta1~114^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3549%2Fhead;p=thirdparty%2Fpdns.git Single single quotes break Vim highlighting --- diff --git a/configure.ac b/configure.ac index fe6bf559a3..72d565ee1b 100644 --- a/configure.ac +++ b/configure.ac @@ -266,7 +266,7 @@ for a in $modules; do modulelibs="$modulelibs `cat $srcdir/modules/${a}backend/OBJECTLIBS`" else AC_MSG_RESULT([no]) - AC_MSG_ERROR([Do not know how to build module "$a", "$srcdir/modules/${a}backend" doesn't exist! Please review --with-modules parameter for supported values.]) + AC_MSG_ERROR([Do not know how to build module "$a", "$srcdir/modules/${a}backend" does not exist! Please review --with-modules parameter for supported values.]) fi done @@ -277,7 +277,7 @@ for a in $dynmodules; do moduledirs="$moduledirs ${a}backend" else AC_MSG_RESULT([no]) - AC_MSG_ERROR([Do not know how to build module "$a", "$srcdir/modules/${a}backend" doesn't exist! Please review --with-dynmodules parameter for supported values.]) + AC_MSG_ERROR([Do not know how to build module "$a", "$srcdir/modules/${a}backend" does not exist! Please review --with-dynmodules parameter for supported values.]) fi done