From a7e079ea16ece2b173cedb187e5b1215a58fe405 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 30 Oct 2023 10:44:23 +0100 Subject: [PATCH] - autoconf. --- configure | 2 +- doc/Changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.47.2