From 19e9453b00beeb772feb0901ca3c49a6ae465efc Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Wed, 23 Jun 2004 18:28:50 +0200 Subject: [PATCH] - using "--with-libedit" is sufficient (--without-readline throws weird compile errors) --- Build-tools/Do-compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 0a89c6a8dd2..6aa36a9ccdb 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -255,7 +255,7 @@ if ($opt_stage <= 1) } else { - $opt_config_options.= " --without-readline --with-libedit"; + $opt_config_options.= " --with-libedit"; } $opt_config_options.= " --with-embedded-server" unless ($opt_without_embedded); $opt_config_options.= " --with-ndbcluster" if ($opt_with_cluster);