summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-27 09:53:18 -0500
committermidipix <writeonce@midipix.org>2016-11-11 00:22:35 -0500
commit439371ccf4f3284f22c6a9f0bd52b80414b07cf7 (patch)
tree4dad9cf1ddae279bc6ee90c06fd5bb5de073fabd /configure
parent4d5e525660b41b816076fe819bda82e3c1b3edef (diff)
downloadmdso-439371ccf4f3284f22c6a9f0bd52b80414b07cf7.tar.bz2
mdso-439371ccf4f3284f22c6a9f0bd52b80414b07cf7.tar.xz
build system: render detection of the native compiler informational only.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
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