clarify device backend error message for people who think they are clever and can...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 15 May 2010 17:09:35 +0000 (17:09 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Sat, 15 May 2010 17:09:35 +0000 (17:09 +0000)
SVN revision: 48894

configure.ac

index f116797..c6eb49d 100644 (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)