-
- Downloads
Add configure probe for rl_completion_suppress_quote.
I had supposed that all versions of Readline that have filename quoting hooks also have the rl_completion_suppress_quote variable. But it seems OpenBSD managed to find a version someplace that does not, so we'll have to expend a separate configure probe for that. (Light testing suggests that this version also lacks the bugs that make it necessary to frob that variable. Hooray!) Per buildfarm.
Showing
- config/programs.m4 19 additions, 1 deletionconfig/programs.m4
- configure 39 additions, 0 deletionsconfigure
- src/bin/psql/tab-complete.c 4 additions, 3 deletionssrc/bin/psql/tab-complete.c
- src/include/pg_config.h.in 4 additions, 0 deletionssrc/include/pg_config.h.in
- src/tools/msvc/Solution.pm 1 addition, 0 deletionssrc/tools/msvc/Solution.pm
Loading
Please register or sign in to comment