`-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 ```
-DHAVE_EDITLINEis currently not set when configuring withRight now you have to use
CFLAGSexplicitly: