[Fontconfig] [PATCH 1/2] Extra ', ' in AC_ARG_WITH(arch causes arch to never be autodetected
Keith Packard
keithp at keithp.com
Tue May 1 19:28:26 PDT 2012
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
More information about the Fontconfig
mailing list