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:
parent
d2718257f9
commit
e41474e925
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue