1
Fork 0
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:
Ludovic Courtès 2009-09-10 19:45:59 +02:00
parent 4cf72f0ba6
commit b7b9328817

View file

@ -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])