summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Mallach <jordi@debian.org>2020-03-22 19:58:31 +0100
committerSergey Poznyakoff <gray@gnu.org>2020-03-22 21:12:48 +0200
commit5e3463bf6b5deb8ab5c6dffc6792a0a9a3bd7890 (patch)
tree12d36c2b4b54114d739e8de4039403eea80e52ec
parent13a4975430ad6d0992bb18325bbc990d1bd890fe (diff)
downloadmailutils-5e3463bf6b5deb8ab5c6dffc6792a0a9a3bd7890.tar.gz
mailutils-5e3463bf6b5deb8ab5c6dffc6792a0a9a3bd7890.tar.bz2
Call $PYTHON_CONFIG instead of pyhon-config.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6946a1aa6..4c089555a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1218,8 +1218,8 @@ if test "$status_python" = yes; then
1218 esac 1218 esac
1219 1219
1220 # See https://docs.python.org/dev/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build 1220 # See https://docs.python.org/dev/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
1221 PYTHON_LIBS=`python-config --libs --embed 2>/dev/null` || \ 1221 PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || \
1222 PYTHON_LIBS=`python-config --libs` 1222 PYTHON_LIBS=`$PYTHON_CONFIG --libs`
1223 PYTHON_INCLUDES=`$PYTHON_CONFIG --includes` 1223 PYTHON_INCLUDES=`$PYTHON_CONFIG --includes`
1224 else 1224 else
1225 status_python=no 1225 status_python=no

Return to:

Send suggestions and report system problems to the System administrator.