[prev in list] [next in list] [prev in thread] [next in thread] 

List:       elinks-cvs
Subject:    [ELinks] elinks - jonas: Be more conforming. Use AC_MSG_WARN() whe...
From:       cvs () pasky ! or ! cz
Date:       2004-04-30 3:13:27
Message-ID: 20040430031327.4570.qmail () machine ! sinus ! cz
[Download RAW message or body]

This is an automated notification of a change to the ELinks CVS tree.

Author: jonas
Module: elinks
   Tag: <TRUNK>
  Date: Fri Apr 30 03:13:27 2004 GMT

---- Log message:

Be more conforming. Use AC_MSG_WARN() when guile configuration fails.


---- Files affected:

elinks:
   configure.in (1.377 -> 1.378) 
    http://cvsweb.elinks.or.cz/cvsweb.cgi/elinks/configure.in.diff?r1=1.377&r2=1.378&f=u


---- Diffs:

 elinks/configure.in |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


Index: elinks/configure.in
diff -u elinks/configure.in:1.377 elinks/configure.in:1.378
--- elinks/configure.in:1.377	Fri Apr 30 05:02:17 2004
+++ elinks/configure.in	Fri Apr 30 05:13:22 2004
@@ -404,14 +404,13 @@
 AC_MSG_CHECKING([for Guile])
 
 if test "$enable_guile" = "yes"; then
-	guile_error="failed, so Guile support will not be compiled in"
-	AC_MSG_RESULT(enabled);
+	AC_MSG_RESULT(yes);
 	## Based on the GUILE_FLAGS macro.
 
-	AC_PATH_PROG(GUILE_CONFIG, guile-config, "$guile_error", "$withval:$PATH")
+	AC_PATH_PROG(GUILE_CONFIG, guile-config, "no", "$withval:$PATH")
 
 	## First, let's just see if we can find Guile at all.
-	if test "$GUILE_CONFIG" != "$guile_error" ; then
+	if test "$GUILE_CONFIG" != no; then
 		cf_result="yes";
 
 		GUILE_LIBS="`guile-config link`"
@@ -429,6 +428,8 @@
 src/scripting/guile/README for further details and hints.
 ***********************************************************************
 EOF
+	else
+		AC_MSG_WARN([Guile support disabled])
 	fi
 else
 	AC_MSG_RESULT(no);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic