diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2003-01-20 18:05:46 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2003-01-20 18:05:46 +0000 |
commit | 50879a63c4fa8f2544d4d89a9dbfa0f5720c3266 (patch) | |
tree | bfadaf9bf75cec36bb77db845cf062e010308726 | |
parent | 96e98a2af37538920074256c679dfa5e3277b6b7 (diff) |
autoconf developers are lame: change AC_MSG_WARNING to AC_MSG_WARNRELEASE-0_6_2RELEASE-0_6_1-PROVENTOBETRUERELEASE-0_6_0-HOTTESTPICKRELEASE-0_5_2-PANICROOMRELEASE-0_5_0OSLOSUMMIT1-200303051GSTREAMER-0_6_0-HOTTESTPICKGSTPLAYER_050BRANCH-RELEASE-0_5_2-ROOTBRANCH-RELEASE-0_5_2
Original commit message from CVS:
autoconf developers are lame: change AC_MSG_WARNING to AC_MSG_WARN
-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 |