summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-12-20 17:34:55 +0000
committerEmil Velikov <[email protected]>2018-01-25 17:44:35 +0000
commit6aeef5464497a2dfd2eb63c7e4aa3349c7794eae (patch)
tree7397314f4047dfac2f0e7903e732dc1b742777f8 /configure.ac
parent7b744a494d1a7423c9472afb5813f17706a31d70 (diff)
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 <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Daniel Stone <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"])