]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 3645: OpenBSD required -lcurses when linking with readline
authorGregory P. Smith <greg@mad-scientist.com>
Wed, 3 Sep 2008 05:57:48 +0000 (05:57 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Wed, 3 Sep 2008 05:57:48 +0000 (05:57 +0000)
commitff7b2d5ac695aa653dfae62746a15e9aa10aac4a
treea271b043841e6b2bc504401a81cd8d81e95191c3
parent0151b5350bf71ab2fb83f48561f7b6da42a1a96f
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.
configure
configure.in