diff options
-rw-r--r-- | m4/as-python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-python.m4 b/m4/as-python.m4 index 0e447cd..eb9b175 100644 --- a/m4/as-python.m4 +++ b/m4/as-python.m4 @@ -79,7 +79,7 @@ else: ]) if test "$python_good" != "true"; then - AC_MSG_WARNING([No suitable version of python found]) + AC_MSG_WARN([No suitable version of python found]) PYTHON= else |