From 4e984b79cce038ba5026d8bdd93dec9b5a6ced8a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 11 Jun 2012 09:02:03 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3