commit | 7c26f8da3d267954f8a3a810c5ed9de09d15e6d4 | [log] [tgz] |
---|---|---|
author | Alexandra Hájková <ahajkova@redhat.com> | Thu Nov 18 03:49:52 2021 -0500 |
committer | Alexandra Hájková <ahajkova@redhat.com> | Tue Nov 23 15:01:08 2021 +0100 |
tree | a6140630cea7643bd41801f2b1561ae3e115a234 | |
parent | b69c9d41e89498442cb5af5287f378b3583dd445 [diff] |
configure.ac: Check for the readline.h explicitly When readline development package is missing make fails with "configure: error: system readline is not new enough" which might be confusing. This patch checks for the readline.h explicitly and makes make to warn about the missing package.