summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Boll <[email protected]>2012-11-10 17:58:49 +0100
committerAndreas Boll <[email protected]>2012-11-10 21:32:09 +0100
commit5ecbc3a9e85d4e31c81c132ea94fb1fafc33be4a (patch)
tree7e96f313a8f58256d47e8468b0842ab824e1ee4e /configure.ac
parente639385064663ba401544de5dbd463fa7f6cce2d (diff)
build: fix enable/disable language in ./configure --help
Based on patch from Brian Paul. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32317 Reviewed-by: Kenneth Graunke <[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 9a3fde18577..6a7521fa3e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -877,7 +877,7 @@ cygwin*)
esac
AC_ARG_ENABLE([driglx-direct],
[AS_HELP_STRING([--disable-driglx-direct],
- [enable direct rendering in GLX and EGL for DRI \
+ [disable direct rendering in GLX and EGL for DRI \
@<:@default=auto@:>@])],
[driglx_direct="$enableval"],
[driglx_direct="$driglx_direct_default"])