summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2016-09-15 18:38:47 +0200
committerVictor Toso <me@victortoso.com>2016-09-30 14:27:29 +0200
commit8ce6ca92c6c30549782afd60ae57e932c0b12ae0 (patch)
treec5668d33530572a9806e736bcb50e6d9a0ace719
parentf30a1bbaad4d98274f8822b5ec07c38e32656a7c (diff)
buildsys: statis typo in configure optionHEADmaster
Acked-by: Jonathon Jongsma <jjongsma@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--configure.ac2
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"])