--- ./configure_orig	2020-02-11 06:51:38 +0000
+++ ./configure	2020-02-11 07:33:39 +0000
@@ -19303,6 +19303,7 @@
 done
 
 found_py=$found
+found_py=0
 if test "$found_py" = "1"; then
 
         # Ubuntu has swig 2.0 as /usr/bin/swig2.0
@@ -20579,7 +20580,7 @@
 $as_echo_n "checking for Python site-packages path... " >&6; }
 	if test -z "$PYTHON_SITE_PKG"; then
 		PYTHON_SITE_PKG=`$PYTHON -c "import distutils.sysconfig; \
-			print (distutils.sysconfig.get_python_lib(0,0));"`
+			print (distutils.sysconfig.get_python_lib(1));"`
 	fi
 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PYTHON_SITE_PKG" >&5
 $as_echo "$PYTHON_SITE_PKG" >&6; }
