From a01b91b2c10797ad2bf6d9d7901bf59ea7d2e193 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Sun, 28 Mar 2004 20:45:29 +0000 Subject: Started to use glib (not iconv) for character set conversions. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@524 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 67b4c93a6..d11ba0f8c 100644 --- a/configure.ac +++ b/configure.ac @@ -48,17 +48,6 @@ dnl dnl Check for libraries dnl -dnl iconv -AM_ICONV - -dnl nl_langinfo() -AM_LANGINFO_CODESET -if test $am_cv_langinfo_codeset = no; then - LANGINFO_OBJS=langinfo.o -fi -AC_SUBST(LANGINFO_OBJS) - - dnl ncurses AC_CHECK_LIB(ncurses, initscr,, [AC_MSG_ERROR(ncurses library is required)]) -- cgit v1.2.3