From ee87bee3bace575d7a83969d9a6e3b153cd48b50 Mon Sep 17 00:00:00 2001 From: midipix Date: May 03 2016 16:46:14 +0000 Subject: build system: configure: native os: remove dead assignments. --- diff --git a/configure b/configure index 7151da3..f0bb491 100755 --- a/configure +++ b/configure @@ -296,10 +296,6 @@ native_defaults() error_msg "config error: could not determine size of pointer on native system." exit 2 fi - - [ -z "$mb_native_os" ] && mb_native_os=$mb_native_os - [ -z "$mb_native_os_bits" ] && mb_native_os_bits=$mb_native_os_bits - [ -z "$mb_native_os_underscore" ] && mb_native_os_underscore=$mb_native_os_underscore }