From 3599307e1d32bef97ad116641b906868cfc70d0d Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sat, 25 Jun 2016 15:37:10 -0400
Subject: build system: warn only upon failure to detect native sizeof(void *).

---
 configure | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'configure')

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
-- 
cgit v1.2.3