diff options
author | Victor Toso <victortoso@redhat.com> | 2016-09-15 18:38:47 +0200 |
---|---|---|
committer | Victor Toso <me@victortoso.com> | 2016-09-30 14:27:29 +0200 |
commit | 8ce6ca92c6c30549782afd60ae57e932c0b12ae0 (patch) | |
tree | c5668d33530572a9806e736bcb50e6d9a0ace719 | |
parent | f30a1bbaad4d98274f8822b5ec07c38e32656a7c (diff) |
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2106085..0c2cfd8 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ AC_ARG_ENABLE([pciaccess], [enable_pciaccess="yes"]) AC_ARG_ENABLE([static-uinput], - [AS_HELP_STRING([--enable-statis-uinput], [Enable use of a fixed, static uinput device for X-servers without hotplug support (default: no)])], + [AS_HELP_STRING([--enable-static-uinput], [Enable use of a fixed, static uinput device for X-servers without hotplug support (default: no)])], [enable_static_uinput="$enableval"], [enable_static_uinput="no"]) |