Specify that uuidd can only be built on Linux now since commit 25d66b4e3232d7b "uuidd: use signalfd() and setup_timer()" Signed-off-by: Andreas Henriksson <andreas@xxxxxxxx> --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8d808b7..e5ee3fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1079,6 +1079,7 @@ AC_ARG_ENABLE([uuidd], [], [UL_DEFAULT_ENABLE([uuidd], [check])] ) UL_BUILD_INIT([uuidd]) +UL_REQUIRES_LINUX([uuidd]) UL_REQUIRES_BUILD([uuidd], [libuuid]) AS_IF([test "x$build_uuidd" = xyes], [ AC_DEFINE([HAVE_UUIDD], [1], [Define to 1 if you want to use uuid daemon.]) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html