projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8be6d7
)
configure: More helpful missing libudev message
author
Geoff Levand
<geoff@infradead.org>
Sun, 5 May 2013 15:18:31 +0000
(08:18 -0700)
committer
Geoff Levand
<geoff@infradead.org>
Sun, 5 May 2013 18:02:49 +0000
(11:02 -0700)
Signed-off-by: Geoff Levand <geoff@infradead.org>
configure.ac.in
patch
|
blob
|
history
diff --git
a/configure.ac.in
b/configure.ac.in
index 80f601e078315f750936cf7715d021ea42a6cc16..305bb8d1af0c9308087e9583278ab9fa3461abcb 100644
(file)
--- 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