diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 06:24:49 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 06:24:49 (GMT) |
commit | 188209465a966cf046ed7946589aa21767f95e68 (patch) | |
tree | 9a1cba96af2009f4d648204c0adde5d142064962 /pyconfig.h.in | |
parent | d43029ba5a38200f6244af3c2be566fca3c8d77a (diff) | |
download | cpython-188209465a966cf046ed7946589aa21767f95e68.zip cpython-188209465a966cf046ed7946589aa21767f95e68.tar.gz cpython-188209465a966cf046ed7946589aa21767f95e68.tar.bz2 |
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).
........
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 85f7e37..f37774c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -363,9 +363,6 @@ /* Define to 1 if you have the `resolv' library (-lresolv). */ #undef HAVE_LIBRESOLV -/* Define to 1 if you have the `termcap' library (-ltermcap). */ -#undef HAVE_LIBTERMCAP - /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H |