From 88aaf4f5bf047b28b57531f6a6c639e9973c1fc2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 28 Jul 2006 23:28:06 +0000 Subject: [PATCH] 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 --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 --------------------------------------------------------------------------- -- 2.45.2