diff --git a/configure.ac b/configure.ac index 73ee71c6d2..a62edaebae 100644 --- a/configure.ac +++ b/configure.ac @@ -1121,7 +1121,10 @@ if test $enable_shared = "yes"; then LDLIBRARY='libpython$(LDVERSION).so' BLDLIBRARY='-L. -lpython$(LDVERSION)' RUNSHARED=LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} - INSTSONAME="$LDLIBRARY".$SOVERSION + if test $ac_sys_system != Linux-android + then + INSTSONAME="$LDLIBRARY".$SOVERSION + fi if test "$with_pydebug" != yes then PY3LIBRARY=libpython3.so