Bump to autoconf 2.69 and automake 1.15.1
[deliverable/binutils-gdb.git] / readline / configure.in
index b395af458f4d18fdfefdb45e77066c8c7f8e5d8b..b6d7167fca9acecdcab4400a6207af5e51012b61 100644 (file)
@@ -198,6 +198,9 @@ if test "$TERMCAP_LIB" = "./lib/termcap/libtermcap.a"; then
                TERMCAP_LIB=-ltermcap   #default
        fi
 fi
+if test "$TERMCAP_LIB" = "-lncurses"; then
+       AC_CHECK_HEADERS(ncurses/termcap.h)
+fi
 
 BASH_CHECK_MULTIBYTE
 
This page took 0.025626 seconds and 4 git commands to generate.