Extra ',' in AC_ARG_WITH(arch causes arch to never be autodetected

Commit 87d7b82a98 reformatted this
part of the configure script, accidentally introducing a spurious
comma.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2012-05-01 19:28:26 -07:00 committed by Akira TAGOH
parent d2718257f9
commit e41474e925
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ dnl ==========================================================================
AC_ARG_WITH(arch, AC_ARG_WITH(arch,
[AC_HELP_STRING([--with-arch=ARCH], [AC_HELP_STRING([--with-arch=ARCH],
[Force architecture to ARCH])], [Force architecture to ARCH])],
,
arch="$withval", arch=auto) arch="$withval", arch=auto)
if test "x$arch" != xauto; then if test "x$arch" != xauto; then