Mercurial > emacs
changeset 13528:628ea901db49
(LIBS_SYSTEM): Fix typo in prev change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 12 Nov 1995 06:34:20 +0000 |
parents | 6a7c2ee3c94f |
children | 1ebbef179f1e |
files | src/s/isc2-2.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/isc2-2.h Sun Nov 12 06:32:30 1995 +0000 +++ b/src/s/isc2-2.h Sun Nov 12 06:34:20 1995 +0000 @@ -54,9 +54,9 @@ inet_addr, gethostbyname, socket, connect, ... But if we are not compiling with X support, it's not needed. */ #ifdef HAVE_X_WINDOWS -#define LIBS_SYSTEM -linet LIBS_STANDARD_1 +#define LIBS_SYSTEM -linet LIB_STANDARD_1 #else -#define LIBS_SYSTEM LIBS_STANDARD_1 +#define LIBS_SYSTEM LIB_STANDARD_1 #endif /* This system has job control. */