diff options
author | Guido van Rossum <guido@python.org> | 1997-08-05 21:50:20 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-05 21:50:20 +0000 |
commit | b06df27843611d9b1a9988da7aacf01073a1fbc4 (patch) | |
tree | 308687621146f39dba40e33ac15eb425b3303705 /acconfig.h | |
parent | 3c7c678b943ed8d02561c18506fa88821bf9e5f5 (diff) | |
download | cpython-git-b06df27843611d9b1a9988da7aacf01073a1fbc4.tar.gz |
--with-readline is obsolete (and some editorial stuff in README)
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h index 18d4a2b518..275c3a5801 100644 --- a/acconfig.h +++ b/acconfig.h @@ -87,8 +87,5 @@ /* Define if you want to compile in rudimentary thread support */ #undef WITH_THREAD -/* Define if you want to use the GNU readline library */ -#undef WITH_READLINE - /* Leave that blank line there-- autoheader needs it! */ |