diff options
author | midipix <writeonce@midipix.org> | 2016-05-03 12:46:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-05-03 12:46:14 -0400 |
commit | ee87bee3bace575d7a83969d9a6e3b153cd48b50 (patch) | |
tree | 05e88c4d712ecfc02bc85a6389dc55fa328c0145 /configure | |
parent | 93fb792fbe04424ca1e70dfe068eb24d57902b35 (diff) | |
download | slibtool-ee87bee3bace575d7a83969d9a6e3b153cd48b50.tar.bz2 slibtool-ee87bee3bace575d7a83969d9a6e3b153cd48b50.tar.xz |
build system: configure: native os: remove dead assignments.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 } |