[Mesa-dev] [PATCH] configure.ac: fix typo in error message

Emil Velikov emil.l.velikov at gmail.com
Wed Mar 26 09:38:41 PDT 2014


I have some patches queued the first of which reverts the commit that caused
this typo.

-Emil

On 26/03/14 15:24, Fabio Pedretti wrote:
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 1e5e496..b3d8a92 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -287,7 +287,7 @@ case "x$enable_static$enable_shared" in
>  xnoyes )
>      ;;
>  * )
> -    AC_MSG_WARN([Messa build supports only shared libraries, enabling shared])
> +    AC_MSG_WARN([Mesa build supports only shared libraries, enabling shared])
>      enable_shared=yes
>      enable_static=no
>      ;;
> 



More information about the mesa-dev mailing list