nochlog: fix warning to not wrap @ 80 cols.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Mar 2011 03:44:33 +0000 (03:44 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 19 Mar 2011 03:44:33 +0000 (03:44 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57876 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index e1612bd..c03672e 100644 (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