configure: fix --enable-evdev-input documentation
authorRobert Bragg <robert@linux.intel.com>
Sat, 7 Jan 2012 21:44:32 +0000 (21:44 +0000)
committerNeil Roberts <neil@linux.intel.com>
Thu, 1 Mar 2012 11:41:50 +0000 (11:41 +0000)
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>
configure.ac

index 0dd5558..4cfabe6 100644 (file)
@@ -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])