commit 53480ebbd8e5456bf74102445b60d0022825d85e
Author: Jonathan Neuschäfer <j.n...@gm...>
Date: Thu Sep 27 21:02:01 2012 +0200
configure.ac: show --disable-udev, not --enable-udev
This makes it more obvious that udev is enabled by default.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 669d433..25a14d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ dnl * nowadays (2009), it's the recommended way of having callouts, so
dnl * it should be preferred over HAL, and it's enabled by default.
dnl ***********************************************************************
AC_ARG_ENABLE(udev,
- [AS_HELP_STRING([--enable-udev],[Enable udev callout])],
+ [AS_HELP_STRING([--disable-udev],[Disable udev callout])],
[if test x"$enableval" = "xno" ; then
enable_udev=no
else
|