summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-08-09 20:21:41 +0200
committerLudovic Courtès <ludo@gnu.org>2009-08-09 20:21:41 +0200
commit18c73f8e2bc4a184db62a975fa5bf2fdf43453e1 (patch)
tree670268f9729a3ca86ea61940a3bc13725e26e864
parentaa131e9e673b36c73a5ae33091f7305f21351288 (diff)
downloadguile-18c73f8e2bc4a184db62a975fa5bf2fdf43453e1.tar.gz
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.
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index dae82954a..7f6df87ef 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])