From 814fb70858add5fffcedce54c13c53ba6bfa5548 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 22 Mar 2010 19:47:41 -0700 Subject: [PATCH] * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. --- src/ChangeLog | 2 ++ src/s/gnu-linux.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index f8fbdec350..82a0695680 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-03-23 Dan Nicolaescu + * s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default. + Simplify LIBS_MACHINE definitions. * m/hp800.h (LIBS_MACHINE): Remove, same as default. * m/iris4d.h (LIBS_MACHINE): Likewise. diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index ae2eaa43c0..0c198de26d 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -207,9 +207,6 @@ along with GNU Emacs. If not, see . */ #define C_DEBUG_SWITCH #endif -/* alane@wozzle.linet.org says that -lipc is not a separate library, - since libc-4.4.1. So -lipc was deleted. */ -#define LIBS_SYSTEM /* _BSD_SOURCE is redundant, at least in glibc2, since we define _GNU_SOURCE. Left in in case it's relevant to libc5 systems and anyone's still using Emacs on those. --fx 2002-12-14 */ -- 2.20.1