[Python-checkins] cpython: Issue #23817: run autoreconf to update configure.

ned.deily python-checkins at python.org
Sun Apr 12 01:01:15 CEST 2015


https://hg.python.org/cpython/rev/0b3027a2abbc
changeset:   95548:0b3027a2abbc
user:        Ned Deily <nad at acm.org>
date:        Sat Apr 11 16:00:38 2015 -0700
summary:
  Issue #23817: run autoreconf to update configure.

files:
  configure |  5 -----
  1 files changed, 0 insertions(+), 5 deletions(-)


diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list