From 269d65dc05b5738fa75ba549228a60e92b6a0a6e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 19 Mar 2011 03:44:33 +0000 Subject: [PATCH] nochlog: fix warning to not wrap @ 80 cols. SVN revision: 57876 --- legacy/evas/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/configure.ac b/legacy/evas/configure.ac index e1612bd2e2..c03672ee5a 100644 --- a/legacy/evas/configure.ac +++ b/legacy/evas/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