Fix libreadline detection
This fixes building and bundling the "luasession" commandline tool,
regression was introduced in 2e9ac80e99
(waf py2/3)
This commit is contained in:
parent
f62fb6dd98
commit
b1922fb220
@ -22,6 +22,7 @@ def configure(conf):
|
|||||||
header_name='stdio.h readline/readline.h',
|
header_name='stdio.h readline/readline.h',
|
||||||
lib='readline',
|
lib='readline',
|
||||||
uselib_store='READLINE',
|
uselib_store='READLINE',
|
||||||
|
define_name='HAVE_READLINE',
|
||||||
mandatory=False)
|
mandatory=False)
|
||||||
autowaf.configure(conf)
|
autowaf.configure(conf)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user