summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-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
esac
# See https://docs.python.org/dev/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
- PYTHON_LIBS=`python-config --libs --embed 2>/dev/null` || \
- PYTHON_LIBS=`python-config --libs`
+ PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || \
+ PYTHON_LIBS=`$PYTHON_CONFIG --libs`
PYTHON_INCLUDES=`$PYTHON_CONFIG --includes`
else
status_python=no

Return to:

Send suggestions and report system problems to the System administrator.