diff options
author | unknown <lenz@mysql.com> | 2004-06-23 18:28:50 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-06-23 18:28:50 +0200 |
commit | 763dc9e3fa95fb68abe54465d32f75d4a3f0cb16 (patch) | |
tree | 542dc39f92077bf2016d7d531ea3d2bd08fa9e5f /Build-tools | |
parent | 4603a7b376c5347b8015970a171a443160c37aa3 (diff) | |
download | mariadb-git-763dc9e3fa95fb68abe54465d32f75d4a3f0cb16.tar.gz |
- using "--with-libedit" is sufficient (--without-readline throws
weird compile errors)
Build-tools/Do-compile:
- using "--with-libedit" is sufficient
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 2 |
1 files changed, 1 insertions, 1 deletions
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); |