]> git.eshelyaron.com Git - emacs.git/commitdiff
(LIBS_MACHINE): If SOLARIS2_4, don't define this.
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Aug 1994 19:28:38 +0000 (19:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 10 Aug 1994 19:28:38 +0000 (19:28 +0000)
src/m/intel386.h

index b03f692e89782c32f064c3b7b692ee0bda8cfd6a..77e9e82adba52f244922ad9b8a8cba4b90b2baa6 100644 (file)
@@ -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 */