[clutter/fosdem-2012] configure: fix --enable-evdev-input documentation
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/fosdem-2012] configure: fix --enable-evdev-input documentation
- Date: Mon, 9 Jan 2012 19:18:10 +0000 (UTC)
commit f79d2fe0b62b806cca6d13fd88d424f4b29aa168
Author: Robert Bragg <robert linux intel com>
Date: Sat Jan 7 21:44:32 2012 +0000
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.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 30eff50..3ce5722 100644
--- a/configure.ac
+++ b/configure.ac
@@ -465,7 +465,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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]