From 3c8a63327fb768f60aa0d1ce8f29401f001f9ad4 Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 27 2016 15:58:06 +0000 Subject: build system: render detection of the native compiler informational only. --- diff --git a/configure b/configure index 98ba2d6..b5f90e2 100755 --- a/configure +++ b/configure @@ -227,8 +227,8 @@ native_defaults() $mb_native_cc -dM -E - < /dev/null > /dev/null 2>/dev/null || mb_native_cc= if [ -z "$mb_native_cc" ]; then - error_msg "config error: could not find a working native compiler." - exit 2 + echo "configure: info: could not find a working native compiler." + mb_native_cc='false' fi if [ -z "$mb_compiler" ]; then @@ -244,8 +244,8 @@ native_defaults() fi if [ -z "$mb_compiler" ]; then - error_msg "config error: could not identify the native compiler." - exit 2 + echo "configure: info: could not identify the native compiler." + mb_compiler='any-compiler' fi