mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
(LIBS_MACHINE): If SOLARIS2_4, don't define this.
This commit is contained in:
parent
99c3d92677
commit
7fa3680263
1 changed files with 6 additions and 2 deletions
|
|
@ -117,10 +117,14 @@ NOTE-END */
|
|||
/* This is totally uncalibrated. */
|
||||
#define LOAD_AVE_CVT(x) ((int) (((double) (x)) * 100.0 / FSCALE))
|
||||
|
||||
#ifndef SOLARIS2_4
|
||||
/* j.w.hawtin@lut.ac.uk says Solaris 2.1 on the X86 needs -lkvm, and it
|
||||
already has FSCALE defined in a system header. configure thinks solaris
|
||||
X86 has gethostname but it does not work so undefine it. */
|
||||
already has FSCALE defined in a system header. */
|
||||
#define LIBS_MACHINE -lkvm
|
||||
#endif
|
||||
|
||||
/* configure thinks solaris X86 has gethostname, but it does not work,
|
||||
so undefine it. */
|
||||
#undef HAVE_GETHOSTNAME
|
||||
|
||||
#else /* not SOLARIS2 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue