diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 1998-03-11 20:06:39 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 1998-03-11 20:06:39 +0000 |
commit | bdc9fcee9ad61633afc2449e583f609f0f3c57aa (patch) | |
tree | c0e710d4dd0e92bf54f155065c3739fd4eadd4e2 /gnu/usr.bin/lynx/configure | |
parent | ce48752d66761af46557f8a90077b3b5329dc583 (diff) |
make it work in our world... -moj
Diffstat (limited to 'gnu/usr.bin/lynx/configure')
-rw-r--r-- | gnu/usr.bin/lynx/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/lynx/configure b/gnu/usr.bin/lynx/configure index c3bd9b97a2d..cace2a49ba2 100644 --- a/gnu/usr.bin/lynx/configure +++ b/gnu/usr.bin/lynx/configure @@ -2527,7 +2527,7 @@ next*) CFLAGS="$CFLAGS -DNEXT -DXMOSAIC_HACK" ;; openbsd*) - LIBS="$LIBS -lcompat" + LIBS="$LIBS -lcompat -ltermlib" ;; os2*) # We make sure -Zexe is not used -- it would interfere with @PROG_EXT@ |