From: Richard W.M. Jones Date: Thu, 12 May 2011 09:49:13 +0000 (+0100) Subject: configure: Use Python platform-dependent site-packages. X-Git-Tag: 1.2.6~8 X-Git-Url: http://git.annexia.org/?p=hivex.git;a=commitdiff_plain;h=ec5302e8cc35a60fcb5aa182cffc248a5f1536d2 configure: Use Python platform-dependent site-packages. This updates commit b808c875a34e62fcdf360534f923d6030590ff44. --- diff --git a/configure.ac b/configure.ac index 5805ddd..9528b3e 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,7 @@ if test "x$PYTHON" != "xno"; then AC_MSG_CHECKING([for Python site-packages path]) if test -z "$PYTHON_SITE_PACKAGES"; then PYTHON_SITE_PACKAGES=`$PYTHON -c "import distutils.sysconfig; \ - print (distutils.sysconfig.get_python_lib(0,0));"` + print (distutils.sysconfig.get_python_lib(1,0));"` fi AC_MSG_RESULT([$PYTHON_SITE_PACKAGES])