# HG changeset patch # User Mikael Berthe # Date 1200252120 -3600 # Node ID 4029e3447f2bf0b890e606a9176db4ca95576d0c # Parent 0cb4361c85a770ebee03b4f1744e874e8fcf8ae8 Add a check for libcharset This patch fixes a build failure on systems that have localcharset.h and need to be linked with -lcharset. diff -r 0cb4361c85a7 -r 4029e3447f2b mcabber/configure.ac --- a/mcabber/configure.ac Sun Jan 13 16:11:40 2008 +0100 +++ b/mcabber/configure.ac Sun Jan 13 20:22:00 2008 +0100 @@ -69,6 +69,8 @@ # Checks for libraries. +AC_CHECK_LIB(charset, locale_charset) + AC_CHECK_FUNC(initscr,, [ cf_ncurses="ncurses"