From 73d4e2abf6756a9fc8b1a7a41b0dda19226f378d Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Sun, 5 May 2013 08:18:31 -0700 Subject: [PATCH 1/1] configure: More helpful missing libudev message Signed-off-by: Geoff Levand --- configure.ac.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index 80f601e..305bb8d 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -33,7 +33,7 @@ AC_CHECK_HEADERS([varargs.h]) AC_CHECK_LIB([udev], [udev_new], [], - [AC_MSG_FAILURE([The libudev development library is required by petitboot. Try installing the libudev-dev package.])] + [AC_MSG_FAILURE([The libudev development library is required by petitboot. Try installing the package libudev-dev or libudev-devel.])] ) dnl Checking for va_copy availability -- 2.39.2