clarify device backend error message for people who think they are clever and can disable hal support :P

SVN revision: 48894
This commit is contained in:
Mike Blumenkrantz 2010-05-15 17:09:35 +00:00
parent df850ebba7
commit c6d36cb39f
1 changed files with 1 additions and 1 deletions

View File

@ -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)