diff options
author | Andreas Boll <[email protected]> | 2012-11-10 17:58:49 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2012-11-10 21:32:09 +0100 |
commit | 5ecbc3a9e85d4e31c81c132ea94fb1fafc33be4a (patch) | |
tree | 7e96f313a8f58256d47e8468b0842ab824e1ee4e /acinclude.m4 | |
parent | e639385064663ba401544de5dbd463fa7f6cce2d (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 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index a5b389d5dad..aba48a36236 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -17,7 +17,7 @@ AC_DEFUN([MESA_PIC_FLAGS], AC_ARG_VAR([PIC_FLAGS], [compiler flags for PIC code]) AC_ARG_ENABLE([pic], [AS_HELP_STRING([--disable-pic], - [compile PIC objects @<:@default=enabled for shared builds + [don't compile PIC objects @<:@default=enabled for shared builds on supported platforms@:>@])], [enable_pic="$enableval" test "x$enable_pic" = x && enable_pic=auto], |