summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-12 10:49:13 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-12 10:49:13 +0100
commitec5302e8cc35a60fcb5aa182cffc248a5f1536d2 (patch)
treec419c4dfc62d66a233d6db5aeb38c1881206e9fe
parentb808c875a34e62fcdf360534f923d6030590ff44 (diff)
downloadhivex-ec5302e8cc35a60fcb5aa182cffc248a5f1536d2.tar.gz
hivex-ec5302e8cc35a60fcb5aa182cffc248a5f1536d2.tar.xz
hivex-ec5302e8cc35a60fcb5aa182cffc248a5f1536d2.zip
configure: Use Python platform-dependent site-packages.
This updates commit b808c875a34e62fcdf360534f923d6030590ff44.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])