summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorStefano Rivera <stefanor@debian.org>2022-08-28 18:44:44 +0200
committerBastien Roucariès <rouca@debian.org>2022-08-29 19:04:26 +0000
commit51a23283fb93e44a77e397912ff3a28b36ff1135 (patch)
tree83612b82450098db658f5c50d653577ad5acd395 /m4
parent7839f7ebd114b1274895c21f1f306df8980a0834 (diff)
downloadautoconf-archive-51a23283fb93e44a77e397912ff3a28b36ff1135.tar.gz
Fix typo, check for PYTHON_PLATFORM_SITE_PKG not PYTHON_SITE_PKG
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_python_devel.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4
index eabfeeb..6a74f29 100644
--- a/m4/ax_python_devel.m4
+++ b/m4/ax_python_devel.m4
@@ -67,7 +67,7 @@
# modified version of the Autoconf Macro, you may extend this special
# exception to the GPL to apply to your modified version as well.
-#serial 25
+#serial 26
AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL])
AC_DEFUN([AX_PYTHON_DEVEL],[
@@ -322,7 +322,7 @@ print(sitedir)"`
# Check for platform-specific site packages
#
AC_MSG_CHECKING([for Python platform specific site-packages path])
- if test -z "$PYTHON_SITE_PKG"; then
+ if test -z "$PYTHON_PLATFORM_SITE_PKG"; then
if test "$IMPORT_SYSCONFIG" = "import sysconfig"; then
PYTHON_PLATFORM_SITE_PKG=`$PYTHON -c "
$IMPORT_SYSCONFIG;