diff options
| author | take_cheeze <[email protected]> | 2014-05-01 16:49:00 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-05-01 16:49:55 +0900 |
| commit | 052fe512799c2aba7dc9171ebe4e2558b6b6db65 (patch) | |
| tree | d31d5291f442d18a962c1f3ddb630e5ff393c6b3 /mrbgems/mruby-bin-mirb/tools | |
| parent | b4a702f27d42ac141dea7e880360670ed054599e (diff) | |
| download | mruby-052fe512799c2aba7dc9171ebe4e2558b6b6db65.tar.gz mruby-052fe512799c2aba7dc9171ebe4e2558b6b6db65.zip | |
Use header searcher to find readline and linenoise.
Diffstat (limited to 'mrbgems/mruby-bin-mirb/tools')
| -rw-r--r-- | mrbgems/mruby-bin-mirb/tools/mirb/mirb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c index 62f9e62fe..e7bc69495 100644 --- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c @@ -22,7 +22,7 @@ #define MIRB_WRITE_HISTORY(path) write_history(path) #define MIRB_READ_HISTORY(path) read_history(path) #define MIRB_USING_HISTORY() using_history() -#elif ENABLE_LINENOISE +#elif defined(ENABLE_LINENOISE) #define ENABLE_READLINE #include <linenoise.h> #define MIRB_ADD_HISTORY(line) linenoiseHistoryAdd(line) |
