diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:48:52 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:48:52 +0000 |
commit | fc4e55fc39708588b6283f55fecbadb0d71c5919 (patch) | |
tree | 11cdad65a7a3aad9a27839f3a8c742f064bcb6c9 | |
parent | 253ceb5bf0d1695b386fd39af2c6b11e7018e56f (diff) | |
download | emacs-fc4e55fc39708588b6283f55fecbadb0d71c5919.tar.gz |
(LIBS_TERMCAP): Definition deleted.
-rw-r--r-- | src/s/gnu-linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index fc07bc7d3f9..c86ed796554 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -190,7 +190,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Best not to include -lg, unless it is last on the command line */ #define LIBS_DEBUG -#define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ #ifndef __ELF__ #define LIB_STANDARD -lc /* avoid -lPW */ #else |