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:
parent
7614a54188
commit
4e984b79cc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue