From 57a951752c7fd43e9bef5ae38541ff014ebd7c23 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 8 Jan 2014 14:31:44 +0100 Subject: [PATCH] pyldns needs platform specific install dir Because they are C-bindings. For the moment this seems only an issue with fedora/redhat --- ax_python_devel.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ax_python_devel.m4 b/ax_python_devel.m4 index cf2163c9..87e7c8c2 100644 --- a/ax_python_devel.m4 +++ b/ax_python_devel.m4 @@ -253,7 +253,7 @@ EOD` AC_MSG_CHECKING([for Python site-packages path]) 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,0));"` fi AC_MSG_RESULT([$PYTHON_SITE_PKG]) AC_SUBST([PYTHON_SITE_PKG]) -- 2.47.3