|
|
| version 1.610, 2009/09/08 16:08:26 | version 1.611, 2009/09/13 22:18:22 |
|---|---|
| Line 1 | Line 1 |
| dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. |
| dnl $PostgreSQL: pgsql/configure.in,v 1.609 2009/08/26 22:24:42 petere Exp $ | dnl $PostgreSQL: pgsql/configure.in,v 1.610 2009/09/08 16:08:26 tgl Exp $ |
| dnl | dnl |
| dnl Developers, please strive to achieve this order: | dnl Developers, please strive to achieve this order: |
| dnl | dnl |
| Line 1316 fi | Line 1316 fi |
| if test "$with_readline" = yes; then | if test "$with_readline" = yes; then |
| PGAC_VAR_RL_COMPLETION_APPEND_CHARACTER | PGAC_VAR_RL_COMPLETION_APPEND_CHARACTER |
| AC_CHECK_FUNCS([rl_completion_matches rl_filename_completion_function]) | AC_CHECK_FUNCS([rl_completion_matches rl_filename_completion_function]) |
| AC_CHECK_FUNCS([replace_history_entry]) | AC_CHECK_FUNCS([append_history history_truncate_file]) |
| fi | fi |