From f594b73a08993a45bd3dfbc358d9924b74131a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 30 May 1999 22:59:26 +0200 Subject: [PATCH] Cosmetic fixes. Rev: src/configure.in:1.297 --- src/configure.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/configure.in b/src/configure.in index 6d92722dd4..803f4a85bb 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1,4 +1,4 @@ -AC_REVISION("$Id: configure.in,v 1.296 1999/05/30 20:53:56 grubba Exp $") +AC_REVISION("$Id: configure.in,v 1.297 1999/05/30 20:59:26 grubba Exp $") AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) @@ -320,8 +320,9 @@ string: ]) AC_MSG_RESULT($pike_cv_ac_r_sparc_ua32) if test "$pike_cv_ac_r_sparc_ua32" = "yes"; then - AC_MSG_WARN([Your gcc/as combination may generate R_SPARC_UA32 relocations.]) - AC_MSG_WARN([R_SPARC_UA32 relocations are unsupported in Solaris >= 2.4]) + AC_MSG_WARN([Your gcc/as combo may generate R_SPARC_UA32 relocations.]) + AC_MSG_WARN([R_SPARC_UA32 relocations are unsupported in Solaris >= 2.3,]) + AC_MSG_WARN([and have broken support in Solaris 7.]) AC_MSG_WARN([You may want to consider backing out patch 107058-01, or]) AC_MSG_WARN([recompile your gcc with a modified config/sparc/sol2.h.]) exit 1 -- GitLab