Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update configure.ac
Co-authored-by: Ethan Smith <[email protected]>
  • Loading branch information
tiran and emmatyping committed Nov 29, 2021
commit deab8e9ad72ce9171901891ac8c53f9a76500d91
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ AC_ARG_WITH(
AC_MSG_ERROR([invalid -with-build-python option: expected path, not "$with_build_python"])
fi
if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
AC_MSG_ERROR([invalid or missing build Python binary "$with_build_python"])
AC_MSG_ERROR([invalid or missing build python binary "$with_build_python"])
fi
build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
if test "$build_python_ver" != "$PACKAGE_VERSION"; then
Expand Down