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-2-97-g023


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-2-97-g023cd5b
Date: Wed, 26 Aug 2009 10:20:00 +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=023cd5ba587a874ccb85daa312cdcec613b28b96

The branch, master has been updated
       via  023cd5ba587a874ccb85daa312cdcec613b28b96 (commit)
      from  c6a1380bde978194ee5c533246285f6af4bbb554 (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 023cd5ba587a874ccb85daa312cdcec613b28b96
Author: Andy Wingo <address@hidden>
Date:   Wed Aug 26 12:12:31 2009 +0200

    fix guile-readline linker bug
    
    * acinclude.m4 (GUILE_READLINE): Fix typo that caused readline not to be
      linked to termcap.

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

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

diff --git a/acinclude.m4 b/acinclude.m4
index e371099..5629263 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -361,7 +361,7 @@ AC_DEFUN([GUILE_READLINE], [
 
     LIBS="$rl_save_LIBS"
 
-    READLINE_LIBS="$LTLIBREADLINE $READLINELIBS"
+    READLINE_LIBS="$LTLIBREADLINE $READLINE_LIBS"
   fi
 
   AM_CONDITIONAL([HAVE_READLINE], [test "x$LTLIBREADLINE" != "x"])


hooks/post-receive
-- 
GNU Guile




reply via email to

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