pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-30
1999-05-30 22:09:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
193c74aa6103f2d8ad5c5acca4dfec9014f3bbe5 (
11
lines) (+
8
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
More cosmetic fixes.
Rev: src/configure.in:1.298
1:
-
AC_REVISION("$Id: configure.in,v 1.
297
1999/05/30
20
:
59
:
26
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
298
1999/05/30
22
:
09
:
41
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
323:
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.])
+
if test -d "/var/sadm/patch/107058-01/."; then
+
AC_MSG_WARN([
Back
out patch 107058-01, or])
+
AC_MSG_WARN([recompile
gcc
with a modified config/sparc/sol2.h.])
+
else
+
AC_MSG_WARN([Recompile
gcc with a modified config/sparc/sol2.h.])
+
fi
exit 1 else :; fi else :; fi