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-1-42-g18c


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-1-42-g18c73f8
Date: Sun, 09 Aug 2009 18:21:50 +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=18c73f8e2bc4a184db62a975fa5bf2fdf43453e1

The branch, master has been updated
       via  18c73f8e2bc4a184db62a975fa5bf2fdf43453e1 (commit)
      from  aa131e9e673b36c73a5ae33091f7305f21351288 (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 18c73f8e2bc4a184db62a975fa5bf2fdf43453e1
Author: Ludovic Courtès <address@hidden>
Date:   Sun Aug 9 20:21:41 2009 +0200

    Remove bogus `configure' test for GNU libunistring.
    
    * configure.ac: Remove explicit test for libunistring, which conflicted
      with Gnulib's own test.  This fixes commit
      f4863880f5ef539cb545999c19b6b5c0eec9382d.

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

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

diff --git a/configure.ac b/configure.ac
index dae8295..7f6df87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -833,13 +833,7 @@ AC_LIB_HAVE_LINKFLAGS(gmp,
   [mpz_import (0, 0, 0, 0, 0, 0, 0);],
   AC_MSG_ERROR([GNU MP 4.1 or greater not found, see README]))
 
-dnl GNU libunistring tests.
-AC_LIB_HAVE_LINKFLAGS(unistring,
-  [],
-  [#include <unistr.h>],
-  [u8_check ("foo", 3)]
-  AC_MSG_ERROR([GNU libunistring not found, see README]))
-
+dnl GNU libunistring is checked for by Gnulib's `libunistring' module.
 
 dnl i18n tests
 #AC_CHECK_HEADERS([libintl.h])


hooks/post-receive
-- 
GNU Guile




reply via email to

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