summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-07-18 15:05:03 (GMT)
committerGitHub <noreply@github.com>2017-07-18 15:05:03 (GMT)
commitf474c5a3f3c1fbc0383800b88e8518d43a52d1d1 (patch)
tree9c29ab7759d4e8b23dcf2ba3f0ff84bf94e9e299 /configure.ac
parentefa26bcd5085279fc4e9ae96d052272a5214c2bd (diff)
downloadcpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.zip
cpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.tar.gz
cpython-f474c5a3f3c1fbc0383800b88e8518d43a52d1d1.tar.bz2
bpo-30946: Remove obsolete fallback code in readline module (#2738)
* Remove obsolete fallback code in readline module * Add NEWS * Remove obsolete include * Fix macro on Windows
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8253102..a5da830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4786,11 +4786,6 @@ else
[Define if you have the readline library (-lreadline).])
fi
-# check for readline 2.1
-AC_CHECK_LIB(readline, rl_callback_handler_install,
- AC_DEFINE(HAVE_RL_CALLBACK, 1,
- [Define if you have readline 2.1]), ,$READLINE_LIBS)
-
# check for readline 2.2
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[#include <readline/readline.h>]])],
[have_readline=yes],