Skip to content

Commit 75e9b23

Browse files
committed
BLD: always set EXT_SUFFIX=.
1 parent 6d3dfee commit 75e9b23

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

configure

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15429,13 +15429,7 @@ _ACEOF
1542915429

1543015430
fi
1543115431

15432-
15433-
case $ac_sys_system in
15434-
Linux*|GNU*|Darwin|VxWorks)
15435-
EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
15436-
*)
15437-
EXT_SUFFIX=${SHLIB_SUFFIX};;
15438-
esac
15432+
EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
1543915433

1544015434
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking LDVERSION" >&5
1544115435
$as_echo_n "checking LDVERSION... " >&6; }

configure.ac

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4786,12 +4786,7 @@ if test "$Py_DEBUG" = 'true' -a "$with_trace_refs" != "yes"; then
47864786
fi
47874787

47884788
AC_SUBST(EXT_SUFFIX)
4789-
case $ac_sys_system in
4790-
Linux*|GNU*|Darwin|VxWorks)
4791-
EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX};;
4792-
*)
4793-
EXT_SUFFIX=${SHLIB_SUFFIX};;
4794-
esac
4789+
EXT_SUFFIX=.${SOABI}${SHLIB_SUFFIX}
47954790

47964791
AC_MSG_CHECKING(LDVERSION)
47974792
LDVERSION='$(VERSION)$(ABIFLAGS)'

0 commit comments

Comments
 (0)