summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2003-01-02 12:38:39 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2003-01-02 12:38:39 (GMT)
commit3c5bfbed1c97ac09c16e0a4ecb0d83668696775e (patch)
tree80c0d5ebd12ed164fbbff07c0f38d01948b940d7 /PC
parent74bcac4cae7febe1a43d477d638bcdb638659f22 (diff)
downloadcpython-3c5bfbed1c97ac09c16e0a4ecb0d83668696775e.zip
cpython-3c5bfbed1c97ac09c16e0a4ecb0d83668696775e.tar.gz
cpython-3c5bfbed1c97ac09c16e0a4ecb0d83668696775e.tar.bz2
fix a merge mistake - readline not built by default
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index da7a2ef..3bf4fc2 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -45,7 +45,7 @@ GMPZ= no
# - is linked statically
# I have had no success trying to use a DLL version, even with
# the multithreading switch.
-GREADLINE= yes
+GREADLINE= no
# Do you have the BSD DB library (v1.85) as included in the EMXBSD package?
# NOTE: this library needs to be recompiled with a structure member
# renamed to avoid problems with the multithreaded errno support