-DHAVE_EDITLINE is not set when configuring with libedit
Open
- Dominant language
- C
- Stars
- 531
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
`-DHAVE_EDITLINE` is currently not set when configuring with
```
./configure --with-readline=libedit
```
Right now you have to use `CFLAGS` explicitly:
```
make CFLAGS=-DHAVE_EDITLINE
```
Contributor guide
Assessment
This issue has not been assessed yet.