]> git.draconx.ca Git - cdecl99.git/commitdiff
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)
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.


No differences found