emersion / emersion/mrsh

-DHAVE_EDITLINE is not set when configuring with libedit

Open
#200 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.