diff options
author | Geoff Levand <geoff@infradead.org> | 2013-05-05 08:18:31 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-05-05 11:02:49 -0700 |
commit | 73d4e2abf6756a9fc8b1a7a41b0dda19226f378d (patch) | |
tree | e56829fd2daaa5f822d0a888d576ab9f3e2adc0e /configure.ac.in | |
parent | c8be6d76e4d8e4aa39dd89ddf5a33287ca8f7350 (diff) | |
download | petitboot-73d4e2abf6756a9fc8b1a7a41b0dda19226f378d.zip petitboot-73d4e2abf6756a9fc8b1a7a41b0dda19226f378d.tar.gz |
configure: More helpful missing libudev message
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'configure.ac.in')
-rw-r--r-- | configure.ac.in | 2 |
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 |