source:
pkg/vinnie/main/iceweasel/trunk/debian/patches/system-libs/Add-readline-support-to-xpcshell.patch
@
7516
| Revision 7516, 741 bytes checked in by alanbach-guest, 2 years ago (diff) |
|---|
-
js/src/xpconnect/shell/Makefile.in
From: Mike Hommey <glandium@debian.org> Date: Sat, 8 Dec 2007 16:34:00 +0100 Subject: Add readline support to xpcshell https://bugzilla.mozilla.org/show_bug.cgi?id=331776 --- js/src/xpconnect/shell/Makefile.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/xpconnect/shell/Makefile.in b/js/src/xpconnect/shell/Makefile.in index 10d7411..3c92752 100644
a b endif 100 100 # look at mozilla/js/src/editline, which is license-free (but not part 101 101 # of the mozilla build.) 102 102 # 103 ifdef JS_READLINE103 ifdef HAVE_READLINE 104 104 DEFINES += -DEDITLINE 105 LIBS += -lreadline $(JS_READLINE_EXTRA_LIBS)105 LIBS += $(READLINE_LIBS) 106 106 endif
Note: See TracBrowser
for help on using the repository browser.


