From 18c73f8e2bc4a184db62a975fa5bf2fdf43453e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 9 Aug 2009 20:21:41 +0200 Subject: [PATCH] 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. --- configure.ac | 8 +------- 1 file changed, 1 insertion(+), 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 ], - [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])