summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-05-05 08:18:31 -0700
committerGeoff Levand <geoff@infradead.org>2013-05-05 11:02:49 -0700
commit73d4e2abf6756a9fc8b1a7a41b0dda19226f378d (patch)
treee56829fd2daaa5f822d0a888d576ab9f3e2adc0e
parentc8be6d76e4d8e4aa39dd89ddf5a33287ca8f7350 (diff)
downloadtalos-petitboot-73d4e2abf6756a9fc8b1a7a41b0dda19226f378d.tar.gz
talos-petitboot-73d4e2abf6756a9fc8b1a7a41b0dda19226f378d.zip
configure: More helpful missing libudev message
Signed-off-by: Geoff Levand <geoff@infradead.org>
-rw-r--r--configure.ac.in2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud