From 420359426ec700aa8ce139097d5338a95bb803a2 Mon Sep 17 00:00:00 2001 From: raster Date: Sat, 19 Mar 2011 03:44:33 +0000 Subject: [PATCH] nochlog: fix warning to not wrap @ 80 cols. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@57876 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e1612bd..c03672e 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4