pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-01-16
2000-01-16 00:31:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
4313c963d9e84281dfd7d77edca34e78013f0561 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
one warning removed on systems without the -p option in uname
Rev: src/configure.in:1.339
1:
-
AC_REVISION("$Id: configure.in,v 1.
338
2000/01/
10
00:
48
:
44
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
339
2000/01/
16
00:
31
:
19
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
326:
# Some sanity checks.
-
if test "$GCC" = "yes" -a "$pike_cv_sys_os" = "Solaris"
-a
"`uname -p`" = "sparc"; then
+
if test "$GCC" = "yes" -a "$pike_cv_sys_os" = "Solaris"
&&
test
"`uname -p`" = "sparc"; then
# Solaris/sparc: # Check that gnu ld isn't used. # It's usually hidden in $prefix/sparc-sun-solaris2.?/bin/.