From: W.C.A. Wijngaards Date: Mon, 30 Oct 2023 09:44:23 +0000 (+0100) Subject: - autoconf. X-Git-Tag: release-1.19.0rc1~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a7e079ea16ece2b173cedb187e5b1215a58fe405;p=thirdparty%2Funbound.git - autoconf. --- diff --git a/configure b/configure index 8324e9b34..fdecbe772 100755 --- 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 diff --git a/doc/Changelog b/doc/Changelog index 0b7af745d..1ee5ac41c 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +30 October 2023: Wouter + - autoconf. + 24 October 2023: George - Clearer configure text for missing protobuf-c development libraries.