]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- autoconf.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 30 Oct 2023 09:44:23 +0000 (10:44 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 30 Oct 2023 09:44:23 +0000 (10:44 +0100)
configure
doc/Changelog

index 8324e9b342898718d5327e71f1898e39350bcc61..fdecbe772827a004e2b87dad2b5726ce8b193931 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
 
 
index 0b7af745d9b5c2d03bf37aed11d4cda32bf18382..1ee5ac41c74c8cfd9208299d8e0cc65f84bf86e0 100644 (file)
@@ -1,3 +1,6 @@
+30 October 2023: Wouter
+       - autoconf.
+
 24 October 2023: George
        - Clearer configure text for missing protobuf-c development libraries.