From: Ned Deily Date: Sat, 11 Apr 2015 23:00:38 +0000 (-0700) Subject: Issue #23817: run autoreconf to update configure. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=267998a76607ac89f4b7512a3318e5513f047bd9;p=python Issue #23817: run autoreconf to update configure. --- diff --git a/configure b/configure index 4ac5a28617..39ef0b961b 100755 --- a/configure +++ b/configure @@ -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