[Mesa-stable] [Mesa-dev] [PATCH] configure.ac: Fix typos.

Andres Gomez agomez at igalia.com
Tue Apr 25 14:13:56 UTC 2017


Hi Vinson,

this patch has been collected for 17.1-RC2 but, for 17.0.x most of it
doesn't apply and the small part that applies is not really relevant.

Therefore, I'm more keen on dropping it for 17.0.x.

WDYT?

Br.

On Thu, 2017-04-20 at 21:50 +0000, Vinson Lee wrote:
> Signed-off-by: Vinson Lee <vlee at freedesktop.org>
> ---
>  configure.ac | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 957d15df8caa..e42fcfff7757 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -724,7 +724,7 @@ dnl Arch/platform-specific settings
>  dnl
>  AC_ARG_ENABLE([asm],
>      [AS_HELP_STRING([--disable-asm],
> -        [disable assembly usage @<:@default=enabled on supported plaforms@:>@])],
> +        [disable assembly usage @<:@default=enabled on supported platforms@:>@])],
>      [enable_asm="$enableval"],
>      [enable_asm=yes]
>  )
> @@ -2146,7 +2146,7 @@ dnl DEPRECATED: EGL Platforms configuration
>  dnl
>  AC_ARG_WITH([egl-platforms],
>      [AS_HELP_STRING([--with-egl-platforms@<:@=DIRS...@:>@],
> -        [DEPRECATED: use --with-plaforms instead@<:@default=auto@:>@])],
> +        [DEPRECATED: use --with-platforms instead@<:@default=auto@:>@])],
>      [with_egl_platforms="$withval"],
>      [with_egl_platforms=auto])
>  
> @@ -2161,7 +2161,7 @@ if test "x$with_egl_platforms" = xauto; then
>          with_egl_platforms=""
>      fi
>  else
> -    AC_MSG_WARN([--with-egl-platforms is deprecated. Use --with-plaforms instead.])
> +    AC_MSG_WARN([--with-egl-platforms is deprecated. Use --with-platforms instead.])
>  fi
>  
>  dnl
-- 
Br,

Andres


More information about the mesa-stable mailing list