mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-05 14:29:37 -05:00
- autoconf.
This commit is contained in:
parent
a97bed9d22
commit
a7e079ea16
2 changed files with 4 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -21340,7 +21340,7 @@ if test "$ac_res" != no; then :
|
|||
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
|
||||
|
||||
else
|
||||
as_fn_error $? "The protobuf-c library was not found. Please install protobuf-c!" "$LINENO" 5
|
||||
as_fn_error $? "The protobuf-c library was not found. Please install the development libraries for protobuf-c!" "$LINENO" 5
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
30 October 2023: Wouter
|
||||
- autoconf.
|
||||
|
||||
24 October 2023: George
|
||||
- Clearer configure text for missing protobuf-c development libraries.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue