summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-05-03 12:46:14 -0400
committermidipix <writeonce@midipix.org>2016-11-11 00:22:41 -0500
commit453807c51b18334fd6b3abba5f22386c54f4f5fc (patch)
tree858e7fda300cd35827048844e04a6a22ce2c9615 /configure
parentb7d91dea46772321b69349a7723e358d06ddef38 (diff)
downloadmdso-453807c51b18334fd6b3abba5f22386c54f4f5fc.tar.bz2
mdso-453807c51b18334fd6b3abba5f22386c54f4f5fc.tar.xz
build system: configure: native os: remove dead assignments.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
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
}