diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
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)]) |