We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8c9da commit deab8e9Copy full SHA for deab8e9
configure.ac
@@ -136,7 +136,7 @@ AC_ARG_WITH(
136
AC_MSG_ERROR([invalid -with-build-python option: expected path, not "$with_build_python"])
137
fi
138
if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
139
- AC_MSG_ERROR([invalid or missing build Python binary "$with_build_python"])
+ AC_MSG_ERROR([invalid or missing build python binary "$with_build_python"])
140
141
build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
142
if test "$build_python_ver" != "$PACKAGE_VERSION"; then
0 commit comments