Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
enable readline by disabling conio
Browse files Browse the repository at this point in the history
conio does not work reliable when editing a bconsole line.
Use readline instead, which should be available on all relevant
platforms.
  • Loading branch information
joergsteffens committed Jun 20, 2017
1 parent 91034df commit eddf21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regress-config.in
Expand Up @@ -30,7 +30,7 @@ fi
--with-plugindir=${1}/bin/plugins \
--enable-smartalloc \
--enable-lockmgr \
--disable-readline \
--disable-conio \
--with-working-dir=${1}/working \
--with-archivedir=${1}/tmp \
--with-dump-email=${EMAIL} \
Expand Down

0 comments on commit eddf21c

Please sign in to comment.