Skip to content

Commit deab8e9

Browse files
tiranemmatyping
andcommitted
Update configure.ac
Co-authored-by: Ethan Smith <[email protected]>
1 parent ad8c9da commit deab8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ AC_ARG_WITH(
136136
AC_MSG_ERROR([invalid -with-build-python option: expected path, not "$with_build_python"])
137137
fi
138138
if ! $(command -v "$with_build_python" >/dev/null 2>&1); then
139-
AC_MSG_ERROR([invalid or missing build Python binary "$with_build_python"])
139+
AC_MSG_ERROR([invalid or missing build python binary "$with_build_python"])
140140
fi
141141
build_python_ver=$($with_build_python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
142142
if test "$build_python_ver" != "$PACKAGE_VERSION"; then

0 commit comments

Comments
 (0)