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>
This commit is contained in:
Chris Wilson 2012-06-11 09:02:03 +01:00
parent 7614a54188
commit 4e984b79cc
1 changed files with 1 additions and 1 deletions

View File

@ -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