Bug 107002 Makefile.ref doesn't build on rh7.1 with readline

r=rogerl
This commit is contained in:
timeless%mozdev.org 2003-02-07 03:10:59 +00:00
parent d25d20a181
commit 89f3a5e056

View File

@ -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.