summaryrefslogtreecommitdiff
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:03:40 -0400
commit62426ae72c8aaa963ea6d3b9328eab2949a0214d (patch)
tree9a69e1b7dc99eb3288c4e69914f699aa699268d4 /configure
parent5893f1600833782d28de70d620ece9f8849bc5f3 (diff)
downloadapimagic-62426ae72c8aaa963ea6d3b9328eab2949a0214d.tar.bz2
apimagic-62426ae72c8aaa963ea6d3b9328eab2949a0214d.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
}