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 47f9e2e commit ad8c9daCopy full SHA for ad8c9da
configure.ac
@@ -133,7 +133,7 @@ AC_ARG_WITH(
133
AC_MSG_CHECKING([for --with-build-python])
134
AS_VAR_IF([cross_compiling], [no], AC_MSG_ERROR([--with-build-python only applies to cross compiling]))
135
if test "$with_build_python" = yes -o "$with_build_python" = no; then
136
- AC_MSG_ERROR([invalid -with-build-python option: expect path, not "$with_build_python"])
+ 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"])
0 commit comments