diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 05:15:18 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-07 05:15:18 (GMT) |
commit | 980b99b5299fb2361932da60a95ae7c54ddc68e7 (patch) | |
tree | d8501221c81eb5ea9aab732b07768b26e41edc75 /pyconfig.h.in | |
parent | b7a841ca40609dfc935555716de0471cff7ec03f (diff) | |
download | cpython-980b99b5299fb2361932da60a95ae7c54ddc68e7.zip cpython-980b99b5299fb2361932da60a95ae7c54ddc68e7.tar.gz cpython-980b99b5299fb2361932da60a95ae7c54ddc68e7.tar.bz2 |
- 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 1c2d377..852e671 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -366,9 +366,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 |