changeset 1411:4029e3447f2b

Add a check for libcharset This patch fixes a build failure on systems that have localcharset.h and need to be linked with -lcharset.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Jan 2008 20:22:00 +0100
parents 0cb4361c85a7
children 0e1ef9597420
files mcabber/configure.ac
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"