From: Miod Vallat Date: Thu, 9 Jan 2025 09:56:59 +0000 (+0100) Subject: Remove spurious ] causing shell complaints during configure. X-Git-Tag: dnsdist-2.0.0-alpha1~188^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15023%2Fhead;p=thirdparty%2Fpdns.git Remove spurious ] causing shell complaints during configure. --- diff --git a/pdns/recursordist/configure.ac b/pdns/recursordist/configure.ac index 31af88619f..db122a4d95 100644 --- a/pdns/recursordist/configure.ac +++ b/pdns/recursordist/configure.ac @@ -52,7 +52,7 @@ AC_FUNC_STRERROR_R PDNS_CHECK_CLOCK_GETTIME BOOST_REQUIRE([1.54]) -BOOST_CONTEXT([], [yes])] +BOOST_CONTEXT([], [yes]) PDNS_ENABLE_UNIT_TESTS PDNS_ENABLE_REPRODUCIBLE