[Mesa-dev] [PATCH] configure.ac: Fix help string for --disable-pwr8 configure option

Eric Engestrom eric.engestrom at imgtec.com
Thu May 11 08:53:38 UTC 2017


On Wednesday, 2017-05-10 17:44:29 +0200, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel at pengutronix.de>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index df3eb6b29a..5c460f43d5 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -455,7 +455,7 @@ int main () {
>  CFLAGS=$save_CFLAGS
>  
>  AC_ARG_ENABLE(pwr8,
> -   [AS_HELP_STRING([--disable-pwr8-inst],
> +   [AS_HELP_STRING([--disable-pwr8],

R-b and pushed, thanks!

>                     [disable POWER8-specific instructions])],
>     [enable_pwr8=$enableval], [enable_pwr8=auto])
>  
> -- 
> 2.11.0
> 


More information about the mesa-dev mailing list