From: Emil Velikov Date: Wed, 20 Dec 2017 17:34:55 +0000 (+0000) Subject: configure.ac: correct driglx-direct help text X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6aeef5464497a2dfd2eb63c7e4aa3349c7794eae;p=mesa.git configure.ac: correct driglx-direct help text The default was toggled a while back, but the text wasn't updated. Fixes: bd526ec9e1b ("configure: Always default to --enable-driglx-direct") Cc: Jon TURNEY Signed-off-by: Emil Velikov Reviewed-by: Daniel Stone --- diff --git a/configure.ac b/configure.ac index 7c1fbe0ed10..9bfe1e3ecd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1598,7 +1598,7 @@ fi AC_ARG_ENABLE([driglx-direct], [AS_HELP_STRING([--disable-driglx-direct], [disable direct rendering in GLX and EGL for DRI \ - @<:@default=auto@:>@])], + @<:@default=enabled@:>@])], [driglx_direct="$enableval"], [driglx_direct="yes"])