guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-12-115-gd


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-115-gd011032
Date: Fri, 01 Oct 2010 13:59:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=d0110327ab0c95f245d2e72846ed1f7661232f18

The branch, master has been updated
       via  d0110327ab0c95f245d2e72846ed1f7661232f18 (commit)
      from  e2e2631d7529842d3667573312c819cbeb7adc25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d0110327ab0c95f245d2e72846ed1f7661232f18
Author: Neil Jerram <address@hidden>
Date:   Fri Oct 1 00:11:18 2010 +0100

    Fix typo in configure.ac
    
    Fixes an error when running ./configure:
    ./configure: line 31873: text: command not found
    
    * configure.ac: Change "text" to "test", in libltdl-related code.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index b73c3ac..34ec603 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ AC_PROG_LIBTOOL
 dnl Check for libltdl.
 AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
   [lt_dlopenext ("foo");])
-if text "x$HAVE_LIBLTDL" != "xyes"; then
+if test "x$HAVE_LIBLTDL" != "xyes"; then
   AC_MSG_ERROR([GNU libltdl (Libtool) not found, see README.])
 fi
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]