diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-11 09:02:03 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-11 09:02:03 +0100 |
commit | 4e984b79cce038ba5026d8bdd93dec9b5a6ced8a (patch) | |
tree | 284e5ae6c6aa0ed6805e50f7993c02eae95d74f0 /configure.ac | |
parent | 7614a541886dd9eb5c9d441e2618785e9cc53a65 (diff) |
configure: Correct the help string for --with-default-accel
Prior to finalizing the defaults I changed my mind and realised that the
default had to reflect the current behaviour of someone enabling SNA for
the first time, and not the previous behaviour of --enable-sna to
override UXA. This is so that distro's could offer an SNA enabled DDX
for the brave whilst not affecting their typical no-xorg.conf users.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 79df7e44..a9e8fa5a 100644 --- a/configure.ac +++ b/configure.ac @@ -160,7 +160,7 @@ fi AC_ARG_WITH(default-accel, AS_HELP_STRING([--with-default-accel], - [Select the default acceleration method [default=sna if enabled, otherwise uxa]]), + [Select the default acceleration method [default=uxa if enabled, otherwise sna]]), [accel="$withval"], [accel=auto]) if test "x$accel" = xyes; then |