summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 69ddf54..31d2733 100644
--- a/configure.in
+++ b/configure.in
@@ -702,13 +702,6 @@ AC_MSG_RESULT($withval)
LIBS="$withval $LIBS"
], AC_MSG_RESULT(no))
-AC_MSG_CHECKING(for --with(out)-readline)
-AC_ARG_WITH(readline,
-[ --with(out)-readline obsolete, edit Modules/Setup instead],
-[AC_MSG_RESULT($withval)
-AC_ERROR(--with(out)-readline is obsolete, edit Modules/Setup instead)],
-[AC_MSG_RESULT(not specified.)])
-
AC_SUBST(USE_THREAD_MODULE)
USE_THREAD_MODULE=""