Check for libreadline
This commit is contained in:
parent
a1a5e63e14
commit
73bba12d8b
7 changed files with 22 additions and 5 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#if HAVE_LIBREADLINE
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
|
|
@ -726,3 +728,5 @@ struct CmdRepl : StoreCommand
|
|||
static RegisterCommand r1(make_ref<CmdRepl>());
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue