From: Richard M. Stallman Date: Sun, 12 Nov 1995 06:34:20 +0000 (+0000) Subject: (LIBS_SYSTEM): Fix typo in prev change. X-Git-Tag: emacs-19.34~2332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c57bc20ffcd06f9a9c3222c92a400428304d31e3;p=emacs.git (LIBS_SYSTEM): Fix typo in prev change. --- diff --git a/src/s/isc2-2.h b/src/s/isc2-2.h index 79305e7594e..e2f4c988e5e 100644 --- a/src/s/isc2-2.h +++ b/src/s/isc2-2.h @@ -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. */