[Mesa-dev] [PATCH] build: fix enable/disable language in ./configure --help

Matt Turner mattst88 at gmail.com
Sat Nov 10 12:40:13 PST 2012


On Sat, Nov 10, 2012 at 9:08 AM, Andreas Boll
<andreas.boll.dev at gmail.com> wrote:
> Based on patch from Brian Paul.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32317
> ---
>
>  acinclude.m4 |    2 +-
>  configure.ac |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/acinclude.m4 b/acinclude.m4
> index a5b389d..aba48a3 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

Change "don't" to "do not" so that the ' won't destroy syntax
highlighting. Otherwise, Reviewed-by: Matt Turner <mattst88 at gmail.com>

>          on supported platforms@:>@])],
>      [enable_pic="$enableval"
>      test "x$enable_pic" = x && enable_pic=auto],
> diff --git a/configure.ac b/configure.ac
> index 9a3fde1..6a7521f 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"])
> --
> 1.7.4.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list