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-05-06 11:02:23 -0400
commit17356205cd4d081bb16d0bc6cacf851f2c81a73f (patch)
tree8130a0720603b999c22d9c0b1af17243bb828914 /configure
parent18ae6c97dfc255334cc924e5879cd64839f4714f (diff)
downloadsofort-17356205cd4d081bb16d0bc6cacf851f2c81a73f.tar.bz2
sofort-17356205cd4d081bb16d0bc6cacf851f2c81a73f.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
}