Commit 763dc9e3 authored by unknown's avatar unknown

- using "--with-libedit" is sufficient (--without-readline throws

   weird compile errors)


Build-tools/Do-compile:
   - using "--with-libedit" is sufficient
parent 4603a7b3
...@@ -255,7 +255,7 @@ if ($opt_stage <= 1) ...@@ -255,7 +255,7 @@ if ($opt_stage <= 1)
} }
else 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-embedded-server" unless ($opt_without_embedded);
$opt_config_options.= " --with-ndbcluster" if ($opt_with_cluster); $opt_config_options.= " --with-ndbcluster" if ($opt_with_cluster);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment