Skip to content

Commit ad8c9da

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

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
@@ -133,7 +133,7 @@ AC_ARG_WITH(
133133
AC_MSG_CHECKING([for --with-build-python])
134134
AS_VAR_IF([cross_compiling], [no], AC_MSG_ERROR([--with-build-python only applies to cross compiling]))
135135
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"])
136+
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
139139
AC_MSG_ERROR([invalid or missing build Python binary "$with_build_python"])

0 commit comments

Comments
 (0)