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-02-27 16:16:53 -0500
commit97b304349bed1e149b3df9510c2db75b4ba23422 (patch)
treef7692b333a164b5a83c7574b397c21a0a7ca459e /configure
parentfeafa6ac4042f38e2fcf4975e3e4f44161d19040 (diff)
downloadpemagine-97b304349bed1e149b3df9510c2db75b4ba23422.tar.bz2
pemagine-97b304349bed1e149b3df9510c2db75b4ba23422.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 75083cf..0252686 100755
--- a/configure
+++ b/configure
@@ -223,8 +223,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
@@ -240,8 +240,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