1 Tell MySQL to use the new readline interface even when an external
2 readline is being used.
4 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 1 file changed, 1 insertion(+)
10 Index: mysql-5.1.53/configure.in
11 ===================================================================
12 --- mysql-5.1.53.orig/configure.in
13 +++ mysql-5.1.53/configure.in
15 # this way we avoid linking commercial source with GPL readline
16 readline_link="-lreadline"
17 want_to_use_readline="yes"
18 + AC_DEFINE_UNQUOTED(USE_NEW_READLINE_INTERFACE, 1)
19 elif [test "$mysql_cv_libedit_interface" = "yes"]