[Fontconfig] [PATCH 1/2] Extra ', ' in AC_ARG_WITH(arch causes arch to never be autodetected

Akira TAGOH akira at tagoh.org
Tue May 1 20:03:31 PDT 2012


Doh. thanks for catching this up.

On Wed, May 2, 2012 at 11:28 AM, Keith Packard <keithp at keithp.com> wrote:
> Commit 87d7b82a98780223422a829b6bb1a05fd753ae5e reformatted this
> part of the configure script, accidentally introducing a spurious
> comma.
>
> Signed-off-by: Keith Packard <keithp at keithp.com>
> ---
>  configure.in |    1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/configure.in b/configure.in
> index b77c52a..b2174d9 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -110,7 +110,6 @@ dnl ==========================================================================
>  AC_ARG_WITH(arch,
>        [AC_HELP_STRING([--with-arch=ARCH],
>                        [Force architecture to ARCH])],
> -       ,
>        arch="$withval", arch=auto)
>
>  if test "x$arch" != xauto; then
> --
> 1.7.10
>



-- 
Akira TAGOH


More information about the Fontconfig mailing list