From: Nick Bowler Date: Fri, 5 Mar 2021 00:15:37 +0000 (-0500) Subject: Add configure option to disable readline. X-Git-Tag: v1.1~13 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/41e93dfe1f8302927246aa8802b57d46c996703c?ds=sidebyside;hp=41e93dfe1f8302927246aa8802b57d46c996703c 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. ---