]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Clearer configure text for missing protobuf-c development libraries.
authorGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 24 Oct 2023 14:34:12 +0000 (16:34 +0200)
committerGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 24 Oct 2023 14:34:12 +0000 (16:34 +0200)
dnstap/dnstap.m4
doc/Changelog

index 1ff6c3fea2ef1e417d4f8fee7ceaf888c1cbc8b4..be8b40c4505d002d968e614ed032dbb538ac44a0 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([dt_DNSTAP],
          fi
     ])
     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
   else
     $3
index ea948c0448e63b7de951bbdbd6d8fe59515c66a6..0b7af745d9b5c2d03bf37aed11d4cda32bf18382 100644 (file)
@@ -1,3 +1,6 @@
+24 October 2023: George
+       - Clearer configure text for missing protobuf-c development libraries.
+
 20 October 2023: Wouter
        - Merge #951: Cachedb no store. The cachedb-no-store: yes option is
          used to stop cachedb from writing messages to the backend storage.