blob: baf024d29b1ae3b8d281399b6d1da4c1290adcfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/configure.ac b/configure.ac
index ce9ce28..f1c4826 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ AC_CHECK_HEADERS([iconv.h],check_iconv=true)
if test "x$check_iconv" == x ; then
AC_MSG_ERROR([*** iconv.h not found.])
fi
+AC_CHECK_LIB([iconv], libiconv_open)
# check Doxygen
DOXYGEN=""
|