mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-22 07:41:16 -05:00
- Clearer configure text for missing protobuf-c development libraries.
This commit is contained in:
parent
0ce68e97a7
commit
a97bed9d22
2 changed files with 4 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ AC_DEFUN([dt_DNSTAP],
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
AC_SEARCH_LIBS([protobuf_c_message_pack], [protobuf-c], [],
|
AC_SEARCH_LIBS([protobuf_c_message_pack], [protobuf-c], [],
|
||||||
AC_MSG_ERROR([The protobuf-c library was not found. Please install protobuf-c!]))
|
AC_MSG_ERROR([The protobuf-c library was not found. Please install the development libraries for protobuf-c!]))
|
||||||
$2
|
$2
|
||||||
else
|
else
|
||||||
$3
|
$3
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
24 October 2023: George
|
||||||
|
- Clearer configure text for missing protobuf-c development libraries.
|
||||||
|
|
||||||
20 October 2023: Wouter
|
20 October 2023: Wouter
|
||||||
- Merge #951: Cachedb no store. The cachedb-no-store: yes option is
|
- Merge #951: Cachedb no store. The cachedb-no-store: yes option is
|
||||||
used to stop cachedb from writing messages to the backend storage.
|
used to stop cachedb from writing messages to the backend storage.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue