mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
Report missing libunistring at `configure'-time.
* configure.ac: Reinstate libunistring check from
1ee2c72eaf
.
This commit is contained in:
parent
4cf72f0ba6
commit
b7b9328817
1 changed files with 5 additions and 0 deletions
|
@ -826,6 +826,11 @@ AC_LIB_HAVE_LINKFLAGS(gmp,
|
||||||
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 is checked for by Gnulib's `libunistring' module.
|
dnl GNU libunistring is checked for by Gnulib's `libunistring' module.
|
||||||
|
if test "x$LTLIBUNISTRING" != "x"; then
|
||||||
|
LIBS="$LTLIBUNISTRING $LIBS"
|
||||||
|
else
|
||||||
|
AC_MSG_ERROR([GNU libunistring is required, please install it.])
|
||||||
|
fi
|
||||||
|
|
||||||
dnl i18n tests
|
dnl i18n tests
|
||||||
#AC_CHECK_HEADERS([libintl.h])
|
#AC_CHECK_HEADERS([libintl.h])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue