summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-07 05:15:18 +0000
committerGregory P. Smith <greg@mad-scientist.com>2008-09-07 05:15:18 +0000
commit980b99b5299fb2361932da60a95ae7c54ddc68e7 (patch)
treed8501221c81eb5ea9aab732b07768b26e41edc75 /pyconfig.h.in
parentb7a841ca40609dfc935555716de0471cff7ec03f (diff)
downloadcpython-git-980b99b5299fb2361932da60a95ae7c54ddc68e7.tar.gz
- 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.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 1c2d377e26..852e671bb2 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