summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-01-07 21:44:32 +0000
committerNeil Roberts <neil@linux.intel.com>2012-03-01 11:41:50 +0000
commit3839cf13a2f2184e22d41b6cddc461d4128e5be0 (patch)
tree1038c0943a971e4abf91af9144a2706cd679d415
parent2c9ec271e2a42d52e00da7a3c98af4da5fa532ac (diff)
downloadclutter-3839cf13a2f2184e22d41b6cddc461d4128e5be0.tar.gz
configure: fix --enable-evdev-input documentation
The --help documentation for ./configure was listing a spurious --with-evdev option when it should list --enable-evdev-input. Reviewed-by: Neil Roberts <neil@linux.intel.com> Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0dd555873..4cfabe669 100644
--- a/configure.ac
+++ b/configure.ac
@@ -443,7 +443,7 @@ AC_ARG_ENABLE([tslib-input],
[enable_tslib=$enableval],
[enable_tslib=no])
AC_ARG_ENABLE([evdev-input],
- [AS_HELP_STRING([--with-evdev=@<:@yes/no@:>@], [Enable evdev for input events (default=no)])],
+ [AS_HELP_STRING([--enable-evdev-input=@<:@yes/no@:>@], [Enable evdev for input events (default=no)])],
[enable_evdev=$enableval],
[enable_evdev=no])