1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

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

weird compile errors)
This commit is contained in:
lenz@mysql.com
2004-06-23 18:28:50 +02:00
parent 79739b30e2
commit 19e9453b00

View File

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