From e2ca35398d2e1edcceb043d5e9551ee5685f28b4 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 11 May 2023 14:55:05 -0400 Subject: Added check for uuid/uuid.h Signed-off-by: Steve Dickson --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 4ade528..9df52e9 100644 --- a/configure.ac +++ b/configure.ac @@ -335,6 +335,9 @@ AC_CHECK_HEADER(rpc/rpc.h, , AC_MSG_ERROR([Header file rpc/rpc.h not found - maybe try building with --enable-tirpc])) CPPFLAGS="${nfsutils_save_CPPFLAGS}" +AC_CHECK_HEADER(uuid/uuid.h, , + AC_MSG_ERROR([Cannot find needed header file uuid/uuid.h. Install libuuid-devel])) + if test "$enable_nfsv4" = yes; then dnl check for libevent libraries and headers AC_LIBEVENT -- cgit v1.2.1