From e41474e925947b5a2fb64c80135bc116e9e56d2d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 1 May 2012 19:28:26 -0700 Subject: [PATCH] Extra ',' in AC_ARG_WITH(arch causes arch to never be autodetected Commit 87d7b82a98780223422a829b6bb1a05fd753ae5e reformatted this part of the configure script, accidentally introducing a spurious comma. Signed-off-by: Keith Packard --- 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