mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Issue #23817: run autoreconf to update configure.
This commit is contained in:
parent
6433e9efde
commit
267998a766
1 changed files with 0 additions and 5 deletions
5
configure
vendored
5
configure
vendored
|
@ -5654,11 +5654,6 @@ $as_echo "#define Py_ENABLE_SHARED 1" >>confdefs.h
|
||||||
LDLIBRARY='libpython$(LDVERSION).so'
|
LDLIBRARY='libpython$(LDVERSION).so'
|
||||||
BLDLIBRARY='-L. -lpython$(LDVERSION)'
|
BLDLIBRARY='-L. -lpython$(LDVERSION)'
|
||||||
RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||||
case $ac_sys_system in
|
|
||||||
FreeBSD*)
|
|
||||||
SOVERSION=`echo $SOVERSION|cut -d "." -f 1`
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
INSTSONAME="$LDLIBRARY".$SOVERSION
|
INSTSONAME="$LDLIBRARY".$SOVERSION
|
||||||
if test "$with_pydebug" != yes
|
if test "$with_pydebug" != yes
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue