Import GNU Readline 8.1
[deliverable/binutils-gdb.git] / readline / readline / examples / autoconf / BASH_CHECK_LIB_TERMCAP
index 5e895513c316a0623a60d9e7f8ae96b4a306344b..0a0988320a6ee22fe79fc69c9209d50e02bc6849 100644 (file)
@@ -12,7 +12,8 @@ AC_CACHE_VAL(bash_cv_termcap_lib,
     [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
         [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses,
            [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
-               bash_cv_termcap_lib=gnutermcap)])])])])])
+                [AC_CHECK_LIB(ncursesw, tgetent, bash_cv_termcap_lib=libncursesw,
+                   bash_cv_termcap_lib=gnutermcap)])])])])])])
 if test "X$_bash_needmsg" = "Xyes"; then
 AC_MSG_CHECKING(which library has the termcap functions)
 fi
This page took 0.023843 seconds and 4 git commands to generate.