]> git.eshelyaron.com Git - emacs.git/commitdiff
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 Jun 1995 10:38:19 +0000 (10:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 Jun 1995 10:38:19 +0000 (10:38 +0000)
src/m/intel386.h

index c029cdc0a8a6511565c9886e86ee0a8d47d4d98c..094c634611a8661f96f9623ff00a8aa09e8260be 100644 (file)
@@ -118,11 +118,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.  */
+/* J.W.Hawtin@lut.ac.uk say Solaris 2.4 as well as Solaris 2.1 on X86
+   requires -lkvm as well */
 #define LIBS_MACHINE -lkvm
 
+#ifndef SOLARIS2_4
+/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a
+   system header. */
+
 #define HAVE_VFORK
 
 #else /* SOLARIS2_4 */