[Cogl] [PATCH 1/2] Fix the help string for --enable-standalone

Damien Lespiau damien.lespiau at intel.com
Mon Aug 19 08:14:06 PDT 2013


On Mon, Aug 19, 2013 at 03:54:20PM +0100, Neil Roberts wrote:
> The help string had the wrong name presumably resulting from a cut and
> paste error of the --enable-debug option.

Oops!

Reviewed-by: Damien Lespiau <damien.lespiau at intel.com>

-- 
Damien

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index c5d5660..6c79dbe 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -240,7 +240,7 @@ dnl     ============================================================
>  
>  AC_ARG_ENABLE(
>    [standalone],
> -  [AC_HELP_STRING([--enable-debug=@<:@no/yes@:>@], [Build Cogl without any external depedency @<:@default=no@:>@])],
> +  [AC_HELP_STRING([--enable-standalone=@<:@no/yes@:>@], [Build Cogl without any external depedency @<:@default=no@:>@])],
>    [],
>    enable_standalone=no
>  )
> -- 
> 1.8.3.1
> 
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl


More information about the Cogl mailing list