mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 107002 Makefile.ref doesn't build on rh7.1 with readline
r=rogerl
This commit is contained in:
parent
d25d20a181
commit
89f3a5e056
@ -117,7 +117,7 @@ endif
|
||||
ifdef JS_READLINE
|
||||
# For those platforms with the readline library installed.
|
||||
DEFINES += -DEDITLINE
|
||||
PROG_LIBS += -lreadline
|
||||
PROG_LIBS += -lreadline -ltermcap
|
||||
else
|
||||
ifdef JS_EDITLINE
|
||||
# Use the editline library, built locally.
|
||||
|
Loading…
Reference in New Issue
Block a user