]> granicus.if.org Git - python/commit
Merged revisions 66179,66283 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 06:24:49 +0000 (06:24 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 7 Sep 2008 06:24:49 +0000 (06:24 +0000)
commit188209465a966cf046ed7946589aa21767f95e68
tree9a1cba96af2009f4d648204c0adde5d142064962
parentd43029ba5a38200f6244af3c2be566fca3c8d77a
Merged revisions 66179,66283 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66179 | gregory.p.smith | 2008-09-02 22:57:48 -0700 (Tue, 02 Sep 2008)

  Fix issue 3645: OpenBSD required -lcurses when linking with readline
  to get the correct completion_matches function to avoid crashes on
  x86_64 (amd64).
........
  r66283 | gregory.p.smith | 2008-09-06 22:15:18 -0700 (Sat, 06 Sep 2008)

  - Issue #1204: The configure script now tests for additional libraries
    that may be required when linking against readline.  This fixes issues
    with x86_64 builds on some platforms (at least a few Linux flavors as
    well as OpenBSD/amd64).
........
configure
configure.in
pyconfig.h.in