diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-07 11:51:10 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-07 11:51:10 +0100 |
commit | 67a5ce1c08ac6172d6350e069d36c5649fd4bdfb (patch) | |
tree | e37bba424dbb12f7e9dcfad0a09b711872b306ee /configure.ac | |
parent | 47f77726c62d8f58014bda509bc5c524fa5ce7b2 (diff) |
correctly install images
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3cfa0d57..0bd5bf58 100644 --- a/configure.ac +++ b/configure.ac @@ -212,7 +212,7 @@ AC_CHECK_HEADERS([gnunet/gnunet_util_lib.h], AS_IF([test $libgnunetutil != 1], [AC_MSG_ERROR([[ *** -*** You need libgnunetutil >= 0.20.0 to build this program. +*** You need libgnunetutil >= 0.21.0 to build this program. *** This library is part of GNUnet, available at *** https://gnunet.org *** ]])]) |