summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2003-01-20 18:05:46 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2003-01-20 18:05:46 +0000
commit50879a63c4fa8f2544d4d89a9dbfa0f5720c3266 (patch)
treebfadaf9bf75cec36bb77db845cf062e010308726
parent96e98a2af37538920074256c679dfa5e3277b6b7 (diff)
downloadgstreamer-common-RELEASE-0_6_2.tar.gz
Original commit message from CVS: autoconf developers are lame: change AC_MSG_WARNING to AC_MSG_WARN
-rw-r--r--m4/as-python.m42
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