diff options
author | Gabriele Svelto <gabriele.svelto@gmail.com> | 2012-05-20 10:08:19 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-05-21 12:19:07 +0200 |
commit | 3f9d24d24322ed40d861c006671a386532728812 (patch) | |
tree | a547363d8113f93e6f3763fe95508d473107ebd1 /configure.ac | |
parent | 338a8a0ee13388aceafa3d8b6d8add3b79e95986 (diff) |
Issue a warning on unsupported architectures instead of failing
Signed-off-by: Gabriele Svelto <gabriele.svelto@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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}.])] ) # |