projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df850eb
)
clarify device backend error message for people who think they are clever and can...
author
Mike Blumenkrantz
<michael.blumenkrantz@gmail.com>
Sat, 15 May 2010 17:09:35 +0000
(17:09 +0000)
committer
Mike Blumenkrantz
<michael.blumenkrantz@gmail.com>
Sat, 15 May 2010 17:09:35 +0000
(17:09 +0000)
SVN revision: 48894
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
f116797
..
c6eb49d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-260,7
+260,7
@@
AS_IF(
[test "x$e_cv_want_device_udev" = "xyes"],
[device_backend="eeze_udev"]
AC_DEFINE_UNQUOTED([HAVE_EEZE_UDEV],[1],[enable udev support]),
- AC_MSG_ERROR(No usable device backend (eeze_udev/ehal) found!)
+ AC_MSG_ERROR(No usable device backend (eeze_udev/ehal) found
, or attempted to disable hal support
!)
)
AC_MSG_RESULT($device_backend)