Commit 7ee17909 authored by Michael Widenius's avatar Michael Widenius

Merge with 5.1

parents efcfb195 dad13229
......@@ -2713,7 +2713,7 @@ case $SYSTEM_TYPE in
echo "Skipping readline"
;;
*)
if [test "$with_libedit" = "yes"] || [test "$with_libedit" = "undefined"] && [test "$with_readline" = "undefined"]
if [test "$with_libedit" = "yes"] || ( [test "$with_libedit" = "undefined"] && [test "$with_readline" = "undefined"] )
then
readline_topdir="cmd-line-utils"
readline_basedir="libedit"
......
-- source include/have_innodb_plugin.inc
-- source include/have_utf8.inc
let collation=utf8_unicode_ci;
--source include/have_collation.inc
let $MYSQLD_DATADIR= `select @@datadir`;
......
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