From 6f6d33ea4cb8c8512c907ecd78f52bcf2b10c6a8 Mon Sep 17 00:00:00 2001 From: Albert Chu Date: Tue, 18 Apr 2023 16:41:56 -0700 Subject: ax_python_config_var.m4: fix typo --- m4/ax_python_config_var.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ax_python_config_var.m4 b/m4/ax_python_config_var.m4 index e7fecd7..af19e7b 100644 --- a/m4/ax_python_config_var.m4 +++ b/m4/ax_python_config_var.m4 @@ -16,7 +16,7 @@ # configuration variable. PYTHON_VARIABLE is the name of the variable to # request from Python, and SHELL_VARIABLE is the name of the shell # variable into which the results should be deposited. If SHELL_VARIABLE -# is not specified, the macro wil prefix PY_ to the PYTHON_VARIABLE, e.g., +# is not specified, the macro will prefix PY_ to the PYTHON_VARIABLE, e.g., # LIBS -> PY_LIBS. # # SHELL_VARIABLE is AC_SUBST'd. No action is taken if an error occurs. -- cgit v1.2.1