Skip to content

Commit

Permalink
Remove spurious ] causing shell complaints during configure.
Browse files Browse the repository at this point in the history
(cherry picked from commit b7fbaec)
  • Loading branch information
miodvallat authored and omoerbeek committed Feb 24, 2025
1 parent 544037c commit 305a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/recursordist/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 305a309

Please # to comment.