From 3c5bfbed1c97ac09c16e0a4ecb0d83668696775e Mon Sep 17 00:00:00 2001 From: Andrew MacIntyre Date: Thu, 2 Jan 2003 12:38:39 +0000 Subject: [PATCH] fix a merge mistake - readline not built by default --- PC/os2emx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index da7a2ef301..3bf4fc2792 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 -- 2.40.0