nochlog: fix warning to not wrap @ 80 cols.

SVN revision: 57876
This commit is contained in:
Carsten Haitzler 2011-03-19 03:44:33 +00:00
parent 912910b31b
commit 269d65dc05
1 changed files with 2 additions and 2 deletions

View File

@ -1807,8 +1807,8 @@ echo " prefix...............: $prefix"
echo
if test "x${have_static_module}" = "xyes" ; then
echo -e "\0033\01331;31mWarning\0033\01331;0m: You are trying to link statically one or more modules to Evas."
echo " You must know what you are doing, or else you will have a lot of problems."
echo " And Kenny will be killed."
echo " You must know what you are doing, or else you will have a lot of"
echo " problems. And Kenny will be killed."
echo " Think about that."
echo
fi