* ext/readline/extconf.rb: call dir_config("libedit")
if --enable-libedit is spcified. [Bug #11751] patched by John Hein git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
794fb41099
commit
6db72c0166
@ -1,3 +1,9 @@
|
|||||||
|
Mon Nov 30 18:46:44 2015 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/readline/extconf.rb: call dir_config("libedit")
|
||||||
|
if --enable-libedit is spcified. [Bug #11751]
|
||||||
|
patched by John Hein
|
||||||
|
|
||||||
Mon Nov 30 08:44:29 2015 Eric Wong <e@80x24.org>
|
Mon Nov 30 08:44:29 2015 Eric Wong <e@80x24.org>
|
||||||
|
|
||||||
* variable.c: remove spurious #define for globals
|
* variable.c: remove spurious #define for globals
|
||||||
|
@ -37,6 +37,7 @@ have_library("ncurses", "tgetnum") ||
|
|||||||
case enable_libedit
|
case enable_libedit
|
||||||
when true
|
when true
|
||||||
# --enable-libedit
|
# --enable-libedit
|
||||||
|
dir_config("libedit")
|
||||||
unless (readline.have_header("editline/readline.h") ||
|
unless (readline.have_header("editline/readline.h") ||
|
||||||
readline.have_header("readline/readline.h")) &&
|
readline.have_header("readline/readline.h")) &&
|
||||||
have_library("edit", "readline")
|
have_library("edit", "readline")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user