diff options
| author | Karl Heuer | 1996-01-30 20:58:24 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-01-30 20:58:24 +0000 |
| commit | e2d463e5c29cedc875f89e67e08db8e04882b42a (patch) | |
| tree | d76893af8bc414a0174e4986997a06c53023fcf0 /src/s | |
| parent | 7339384c9e4bba39f177f339ffcd8bbb53511274 (diff) | |
| download | emacs-e2d463e5c29cedc875f89e67e08db8e04882b42a.tar.gz emacs-e2d463e5c29cedc875f89e67e08db8e04882b42a.zip | |
(LIBS_SYSTEM): Use -linet unconditionally.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/isc4-0.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h index 379772abbef..14eb692ba13 100644 --- a/src/s/isc4-0.h +++ b/src/s/isc4-0.h | |||
| @@ -1,11 +1,7 @@ | |||
| 1 | #include "isc3-0.h" | 1 | #include "isc3-0.h" |
| 2 | 2 | ||
| 3 | #undef LIBS_SYSTEM | 3 | #undef LIBS_SYSTEM |
| 4 | #ifdef HAVE_X_WINDOWS | ||
| 5 | #define LIBS_SYSTEM -linet -lcposix | 4 | #define LIBS_SYSTEM -linet -lcposix |
| 6 | #else | ||
| 7 | #define LIBS_SYSTEM -lcposix | ||
| 8 | #endif | ||
| 9 | 5 | ||
| 10 | #define ISC4_0 | 6 | #define ISC4_0 |
| 11 | 7 | ||