summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Svelto <gabriele.svelto@gmail.com>2012-05-20 10:08:19 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-05-21 12:19:07 +0200
commit3f9d24d24322ed40d861c006671a386532728812 (patch)
treea547363d8113f93e6f3763fe95508d473107ebd1
parent338a8a0ee13388aceafa3d8b6d8add3b79e95986 (diff)
Issue a warning on unsupported architectures instead of failing
Signed-off-by: Gabriele Svelto <gabriele.svelto@gmail.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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}.])]
)
#