fix a merge mistake - readline not built by default

This commit is contained in:
Andrew MacIntyre 2003-01-02 12:38:39 +00:00
parent 74bcac4cae
commit 3c5bfbed1c
1 changed files with 1 additions and 1 deletions

View File

@ -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