From 3f9d24d24322ed40d861c006671a386532728812 Mon Sep 17 00:00:00 2001 From: Gabriele Svelto Date: Sun, 20 May 2012 10:08:19 +0200 Subject: Issue a warning on unsupported architectures instead of failing Signed-off-by: Gabriele Svelto --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5e83d37..d7eb866 100644 --- a/configure.ac +++ b/configure.ac @@ -162,7 +162,7 @@ AS_CASE(["${host_os}"], AC_MSG_ERROR([Building static libraries is not supported under Cygwin]) ]) ], - [AC_MSG_ERROR([unsupported system: ${host_os}.])] + [AC_MSG_WARN([unsupported system: ${host_os}.])] ) # -- cgit v1.2.3