diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-05-28 15:54:53 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-05-28 15:54:53 +0000 |
commit | bb0cc28623cd5f09a805bb72af611379de56fc21 (patch) | |
tree | 3dd7045548f612f74684f8caee7a99d78ab7de08 | |
parent | 5cde891585b73067be63900f528f84a013fca650 (diff) | |
download | emacs-bb0cc28623cd5f09a805bb72af611379de56fc21.tar.gz |
Fix previous change.
-rw-r--r-- | src/s/sol2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index c720217d801..b4e47278993 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -23,5 +23,6 @@ #define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` #endif /* GCC */ -#define LIBS_SYSTEM -lkvm +#undef LIBS_SYSTEM +#define LIBS_SYSTEM -lsocket -lnsl -lelf -lkvm #define HAVE_VFORK |