diff options
author | Stefan Krah <skrah@bytereef.org> | 2013-01-17 19:41:56 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2013-01-17 19:41:56 (GMT) |
commit | 8c8adf6db7029d1350b8c2d4c9583ff995a9a97d (patch) | |
tree | c62fd36eff9930a8552e0204528639559ee07861 /configure | |
parent | ebee49a48739fed72e9a4607a8fb975146a029d3 (diff) | |
download | cpython-8c8adf6db7029d1350b8c2d4c9583ff995a9a97d.zip cpython-8c8adf6db7029d1350b8c2d4c9583ff995a9a97d.tar.gz cpython-8c8adf6db7029d1350b8c2d4c9583ff995a9a97d.tar.bz2 |
Issue #16987: Fix definition of SHLIB_EXT.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -8384,11 +8384,6 @@ esac - -cat >>confdefs.h <<_ACEOF -#define SHLIB_EXT "$SO" -_ACEOF - # LDSHARED is the ld *command* used to create shared library # -- "cc -G" on SunOS 5.x, "ld -shared" on IRIX 5 # (Shared libraries in this instance are shared modules to be loaded into @@ -13721,6 +13716,12 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SO" >&5 $as_echo "$SO" >&6; } + +cat >>confdefs.h <<_ACEOF +#define SHLIB_EXT "$SO" +_ACEOF + + # Check whether right shifting a negative integer extends the sign bit # or fills with zeros (like the Cray J90, according to Tim Peters). { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether right shift extends the sign bit" >&5 |