Enhanced configure tests for iconv. Now aborting if not available.

This commit is contained in:
2010-04-15 12:16:41 +02:00
parent 1a7ab679cd
commit 9dc894584d
2 changed files with 56 additions and 1 deletions

View File

@@ -91,6 +91,9 @@ dnl If iconv(3) is in an extra lib, then it gets added to variable LIBS.
dnl If not, then no -liconv will be added.
LIBBURNIA_CHECK_ICONV
dnl To abort configuration if iconv() still cannot be compiled
LIBBURNIA_ASSERT_ICONV
AC_PROG_LIBTOOL
AC_SUBST(LIBTOOL_DEPS)