]> granicus.if.org Git - python/commitdiff
Issue #23817: run autoreconf to update configure.
authorNed Deily <nad@acm.org>
Sat, 11 Apr 2015 23:00:38 +0000 (16:00 -0700)
committerNed Deily <nad@acm.org>
Sat, 11 Apr 2015 23:00:38 +0000 (16:00 -0700)
configure

index 4ac5a28617cacafa0a6bfab997bab6b3d3f1ca93..39ef0b961b6b36b5650fe368cd44b4f2c642aceb 100755 (executable)
--- 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