summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-06-25 15:37:10 -0400
committermidipix <writeonce@midipix.org>2016-06-25 17:35:21 -0400
commit1f0e35a0a901b385e62617eab469b8920f3fc3ed (patch)
treee9b05ebab831902432726abf6d73a8d82f416192
parent5be1cfb3e564c3db268668bfcc6561d407cd5d6e (diff)
downloadntcon-1f0e35a0a901b385e62617eab469b8920f3fc3ed.tar.bz2
ntcon-1f0e35a0a901b385e62617eab469b8920f3fc3ed.tar.xz
build system: warn only upon failure to detect native sizeof(void *).
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index 4400b04..cea3245 100755
--- a/configure
+++ b/configure
@@ -16,6 +16,11 @@ error_msg()
echo "$@" >&2
}
+warning_msg()
+{
+ echo "$@" >&2
+}
+
init_vars()
{
@@ -317,8 +322,7 @@ native_defaults()
fi
if [ -z "$mb_native_os_sizeof_pointer" ]; then
- error_msg "config error: could not determine size of pointer on native system."
- exit 2
+ warning_msg "config error: could not determine size of pointer on native system."
fi
# fallback os recipe