Re: [hatari-devel] GCC 4.9 is now used on my builds |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Hi,
On perjantai 30 toukokuu 2014, David Savinkoff wrote:
> On CentOS 5, libreadline is found by cmake and
> rl_filename_completion_function is not found.
> Thus, the completion functionality is not present.
>
> Checking for both may be required for older versions,
> and getting rid of the rl_filename_completion_function
> check may cause problems on some systems
> (if it ain't broke, don't fix it).
"rl_filename_completion_function" is checked because Hatari
actually needs it for TAB completion. It's the functionality
that provides file name completion fallback when there's
no debugger command specific completion.
- Eero