1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Remove bogus `configure' test for GNU libunistring.

* configure.ac: Remove explicit test for libunistring, which conflicted
  with Gnulib's own test.  This fixes commit
  f4863880f5.
This commit is contained in:
Ludovic Courtès 2009-08-09 20:21:41 +02:00
parent aa131e9e67
commit 18c73f8e2b

View file

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