-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better readline recognition; correct treatment on OpenBSD
rl_ding test does not correctly identify the needed readline version, so this is changed to rl_bind_keyseq. OpenBSD installs modern readline as libereadline in /usr/local, and its headers in /usr/local/include/ereadline/ Thus we provide custom -I in CFLAGS and custom -L in LDFLAGS even if we use --with-readline=yes without an explicit path in case of libereadline detected. Address PR 3428 reviewer comments
- Loading branch information
Showing
1 changed file
with
47 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters