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:
parent
aa131e9e67
commit
18c73f8e2b
1 changed files with 1 additions and 7 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue