seed r722 - trunk



Author: hortont
Date: Wed Jan 14 04:25:37 2009
New Revision: 722
URL: http://svn.gnome.org/viewvc/seed?rev=722&view=rev

Log:
Some configure output cleanup.


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 14 04:25:37 2009
@@ -63,7 +63,8 @@
 	darwin*)
 		;;
 	*)
-		AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate, , AC_MSG_ERROR([Your copy of WebKit is too old.]))
+		AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate, ,
+					 AC_MSG_ERROR([The installed version of WebKit is too old. Install WebKit from SVN and try again.]))
 		;;
 esac
 
@@ -257,8 +258,7 @@
 "
 
 if test "x$want_readline_module" != "xyes"; then
-echo "
-WARNING: The readline module is not enabled.
+echo "WARNING: The readline module is not enabled.
          Without this, the Seed REPL will not work;
          however, most Seed applications will still run.
 "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]