diff options
author | Ned Deily <nad@acm.org> | 2015-04-11 16:00:38 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-04-11 16:00:38 -0700 |
commit | 267998a76607ac89f4b7512a3318e5513f047bd9 (patch) | |
tree | 30c717fbbc9826017c2dcd35fc43b0d074e7cac9 /configure | |
parent | 6433e9efde5311c6fbf1b5e85d0e2bb6378227c7 (diff) | |
download | cpython-git-267998a76607ac89f4b7512a3318e5513f047bd9.tar.gz |
Issue #23817: run autoreconf to update configure.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -5654,11 +5654,6 @@ $as_echo "#define Py_ENABLE_SHARED 1" >>confdefs.h LDLIBRARY='libpython$(LDVERSION).so' BLDLIBRARY='-L. -lpython$(LDVERSION)' 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 if test "$with_pydebug" != yes then |