emersion / mrsh

A minimal POSIX shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-DHAVE_EDITLINE is not set when configuring with libedit

tbwLcFm5uXcAeQ opened this issue · comments

-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