Fix issue 3645: OpenBSD required -lcurses when linking with readline
commit41f8fde7cf407b86899bdf2cb2163dc5a742bb62
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 3 Sep 2008 05:57:48 +0000 (3 05:57 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 3 Sep 2008 05:57:48 +0000 (3 05:57 +0000)
tree930929208f7e155a3921c673f2976072054f772c
parent3b5c6ba052384217d05339d851a816d9373b6534
Fix issue 3645: OpenBSD required -lcurses when linking with readline
to get the correct completion_matches function to avoid crashes on
x86_64 (amd64).

I don't have OpenBSD to test myself.  I tested that it does not break
anything on linux.  It is simple.

git-svn-id: http://svn.python.org/projects/python/trunk@66179 6015fed2-1504-0410-9fe1-9d1591cc4771
configure
configure.in