configure.in: getline is missing in AC_CHECK_FUNCS
Henning Garus <henning.garus-gM/[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, history.c contains #ifndef HAVE_GETLINE, however the existence of getline is never checked by configure, this leads to compile errors with glibc-2.10. Henning