]> granicus.if.org Git - python/commit
If there is no libtermcap all the readline tests failed.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 7 Jan 2006 21:07:20 +0000 (21:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 7 Jan 2006 21:07:20 +0000 (21:07 +0000)
commitfe8e3d918ef5893c67a6dc47512667f42ca720d2
tree39b34b495c32d071e63e812019424dafde0f5bf6
parent39cdfff69161c3f1299172e8cbb4dc1a871e3931
If there is no libtermcap all the readline tests failed.
This inappropriately disabled some capabilities which exist.

Now test for readline in -lreadline, if not found there, try it
in -ltermcap only if not in -lreadline.  If both libraries are
required, there will need to be more work, but I'm not sure
under what conditions both libraries would be required.
configure
configure.in
pyconfig.h.in