mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Fix the typo in --with-liburcu=mb pairwise definition
It was "ucru," but it should be "urcu". The pairwise CI job fails as a
result with:
configure: error: unrecognized options: --with-libucru
This commit is contained in:
parent
a80daf0836
commit
40440674b1
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ AS_IF([test -z "$PKG_CONFIG"],
|
|||
#
|
||||
# Pick Userspace-RCU flavor (developer only option)
|
||||
#
|
||||
# [pairwise: --with-liburcu=membarrier, --with-liburcu=qsbr, --with-libucru=mb, --with-liburcu=signal, --with-liburcu=bp]
|
||||
# [pairwise: --with-liburcu=membarrier, --with-liburcu=qsbr, --with-liburcu=mb, --with-liburcu=signal, --with-liburcu=bp]
|
||||
AC_ARG_WITH([liburcu],
|
||||
[AS_HELP_STRING([--with-liburcu=FLAVOR],
|
||||
[Build with Userspace-RCU variant (membarrier|qsbr|mb|signal|bp) [default=membarrier]]))],
|
||||
|
|
|
|||
Loading…
Reference in a new issue