From: Vadim Zeitlin Date: Fri, 28 Jul 2006 23:28:06 +0000 (+0000) Subject: continue even if the system name is not recognized X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/88aaf4f5bf047b28b57531f6a6c639e9973c1fc2 continue even if the system name is not recognized git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure.in b/configure.in index b0186430b4..e466a53ec1 100644 --- a/configure.in +++ b/configure.in @@ -338,7 +338,8 @@ case "${host}" in ;; *) - AC_MSG_ERROR(unknown system type ${host}.) + AC_MSG_WARN([*** System type ${host} is unknown, assuming generic Unix and continuing nevertheless.]) + AC_MSG_WARN([*** Please report the build results to wx-dev@lists.wxwidgets.org.]) esac dnl ---------------------------------------------------------------------------