aboutsummaryrefslogtreecommitdiff
path: root/mesalib/acinclude.m4
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/acinclude.m4')
-rw-r--r--mesalib/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/acinclude.m4 b/mesalib/acinclude.m4
index a5b389d5d..aba48a362 100644
--- a/mesalib/acinclude.m4
+++ b/mesalib/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],