- autoconf.

This commit is contained in:
W.C.A. Wijngaards 2023-10-30 10:44:23 +01:00
parent a97bed9d22
commit a7e079ea16
2 changed files with 4 additions and 1 deletions

2
configure vendored
View file

@ -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

View file

@ -1,3 +1,6 @@
30 October 2023: Wouter
- autoconf.
24 October 2023: George
- Clearer configure text for missing protobuf-c development libraries.