Damien Zammit, le dim. 26 déc. 2021 22:38:54 +1100, a ecrit:
> -AC_CHECK_HEADER([rump/rump.h], [
> - AC_CHECK_LIB(rump, rump_init, [HAVE_LIBRUMP=yes], [HAVE_LIBRUMP=no])
> - ], [HAVE_LIBRUMP=no])
> +AC_CACHE_CHECK(for librump, rump_cv_HAVE_LIBRUMP, [dnl
> +cat > conftest.c < +#include
> +#define
This is needed because some symbols have moved to another library.
---
config.make.in| 1 +
configure.ac | 35 ---
rumpdisk/Makefile | 10 ++
3 files changed, 43 insertions(+), 3 deletions(-)
diff --git a/config.make.in b/config.make.in
index e4f