diff options
-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}.])] ) # |