summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-03-19 15:04:51 +0100
committerHans de Goede <hdegoede@redhat.com>2012-03-19 15:07:24 +0100
commite316f29bd6645ab30ca90d4e7a8331de6e4f9792 (patch)
tree309b76e1787f7b8b598f4767aa18c11c1a0b179e /configure.ac
parent4c03ea82f2081cf9af06545696fb2ccb2d0a5893 (diff)
downloadvd_agent-e316f29bd6645ab30ca90d4e7a8331de6e4f9792.tar.gz
vd_agent-e316f29bd6645ab30ca90d4e7a8331de6e4f9792.tar.xz
vd_agent-e316f29bd6645ab30ca90d4e7a8331de6e4f9792.zip
configure: static-uinput should be disabled by default!
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93070b2..0ac9505 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_ARG_ENABLE([pciaccess],
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)])],
[enable_static_uinput="$enableval"],
- [enable_static_uinput="yes"])
+ [enable_static_uinput="no"])
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES(X, [xfixes xrandr xinerama x11])