comparison mcabber/configure.ac @ 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 dd565420a1f6
children 0e1ef9597420
comparison
equal deleted inserted replaced
1410:0cb4361c85a7 1411:4029e3447f2b
66 66
67 # Check for tm_gmtoff 67 # Check for tm_gmtoff
68 MC_TM_GMTOFF 68 MC_TM_GMTOFF
69 69
70 # Checks for libraries. 70 # Checks for libraries.
71
72 AC_CHECK_LIB(charset, locale_charset)
71 73
72 AC_CHECK_FUNC(initscr,, 74 AC_CHECK_FUNC(initscr,,
73 [ 75 [
74 cf_ncurses="ncurses" 76 cf_ncurses="ncurses"
75 for lib in ncursesw ncurses 77 for lib in ncursesw ncurses