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
Родитель 06c572f05b
Коммит c4cc4253be
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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