]> git.draconx.ca Git - cdecl99.git/commit
Add configure option to disable readline.
authorNick Bowler <nbowler@draconx.ca>
Fri, 5 Mar 2021 00:15:37 +0000 (19:15 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 5 Mar 2021 00:15:37 +0000 (19:15 -0500)
commit41e93dfe1f8302927246aa8802b57d46c996703c
treed1dc90ae900af3edd7d7cb7dd1f435184401fa7c
parenta5bd3ad316db03f0e4de775908a920a3833f2a26
Add configure option to disable readline.

Apparently the Gnulib readline module does not provide any obvious way
for users to disable it.  Setting the gl_cv_lib_readline cache variable
works but probably only Autoconfers will know how to discover that.

Add an explicit --with-readline (and --without-readline) option which
internally sets this.  Since this option shows up in configure's help
output it is hopefully more obvious.
configure.ac