summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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