From: Richard M. Stallman Date: Wed, 4 Sep 1996 17:29:23 +0000 (+0000) Subject: (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm X-Git-Tag: emacs-20.1~3813 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64757025620e8cb879f903ffae98afef30715427;p=emacs.git (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm --- diff --git a/src/s/sol2.h b/src/s/sol2.h index b4e47278993..f4e0891dd1c 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -24,5 +24,5 @@ #endif /* GCC */ #undef LIBS_SYSTEM -#define LIBS_SYSTEM -lsocket -lnsl -lelf -lkvm +#define LIBS_SYSTEM -lsocket -lnsl -lkstat #define HAVE_VFORK