diff options
| author | Richard M. Stallman | 1995-11-12 06:34:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-12 06:34:20 +0000 |
| commit | c57bc20ffcd06f9a9c3222c92a400428304d31e3 (patch) | |
| tree | 02544eb22ff769c2934461573d1f8d780dbdd886 /src | |
| parent | 5e70aa9c271fe3426ba3c7abed4da872df2d1da5 (diff) | |
| download | emacs-c57bc20ffcd06f9a9c3222c92a400428304d31e3.tar.gz emacs-c57bc20ffcd06f9a9c3222c92a400428304d31e3.zip | |
(LIBS_SYSTEM): Fix typo in prev change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc2-2.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 54 | inet_addr, gethostbyname, socket, connect, ... But if we are not | 54 | inet_addr, gethostbyname, socket, connect, ... But if we are not |
| 55 | compiling with X support, it's not needed. */ | 55 | compiling with X support, it's not needed. */ |
| 56 | #ifdef HAVE_X_WINDOWS | 56 | #ifdef HAVE_X_WINDOWS |
| 57 | #define LIBS_SYSTEM -linet LIBS_STANDARD_1 | 57 | #define LIBS_SYSTEM -linet LIB_STANDARD_1 |
| 58 | #else | 58 | #else |
| 59 | #define LIBS_SYSTEM LIBS_STANDARD_1 | 59 | #define LIBS_SYSTEM LIB_STANDARD_1 |
| 60 | #endif | 60 | #endif |
| 61 | 61 | ||
| 62 | /* This system has job control. */ | 62 | /* This system has job control. */ |