diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 03ca3a4dc05..566a6010dd7 100644 --- a/configure.ac +++ b/configure.ac @@ -2001,8 +2001,14 @@ LIBS="$LIBS_including_readline" if test "$with_readline" = yes; then PGAC_READLINE_VARIABLES - AC_CHECK_FUNCS([rl_completion_matches rl_filename_completion_function rl_reset_screen_size]) - AC_CHECK_FUNCS([append_history history_truncate_file]) + AC_CHECK_FUNCS(m4_normalize([ + append_history + history_truncate_file + rl_completion_matches + rl_filename_completion_function + rl_reset_screen_size + rl_variable_bind + ])) fi |
