seed r721 - trunk



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

Log:
Add warning if we're not building the readline module.


Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 14 04:20:33 2009
@@ -255,3 +255,11 @@
 Examples:
    Turtle.....................$want_turtle
 "
+
+if test "x$want_readline_module" != "xyes"; then
+echo "
+WARNING: The readline module is not enabled.
+         Without this, the Seed REPL will not work;
+         however, most Seed applications will still run.
+"
+fi



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