diff options
author | midipix <writeonce@midipix.org> | 2016-05-03 12:46:14 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:44 -0500 |
commit | 2e167db4e9dc8b086f7c2d5f5b5204a9da4ccf2f (patch) | |
tree | f5038b1c03b207e842aad13e456eb65e863c91cd /configure | |
parent | 63bd041e4ef518843d34187b49f1fd6c1964a617 (diff) | |
download | perk-2e167db4e9dc8b086f7c2d5f5b5204a9da4ccf2f.tar.bz2 perk-2e167db4e9dc8b086f7c2d5f5b5204a9da4ccf2f.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 } |