changeset: 95548:0b3027a2abbc user: Ned Deily date: Sat Apr 11 16:00:38 2015 -0700 files: configure description: Issue #23817: run autoreconf to update configure. diff -r fc28c67fbbd3 -r 0b3027a2abbc configure --- a/configure Sun Apr 12 00:13:52 2015 +0200 +++ b/configure Sat Apr 11 16:00:38 2015 -0700 @@ -5654,11 +5654,6 @@ 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