Skip to content
Snippets Groups Projects
Commit 4313c963 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

one warning removed on systems without the -p option in uname

Rev: src/configure.in:1.339
parent 674fae29
No related branches found
No related tags found
No related merge requests found
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_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -326,7 +326,7 @@ AC_SUBST(LD) ...@@ -326,7 +326,7 @@ AC_SUBST(LD)
# Some sanity checks. # 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: # Solaris/sparc:
# Check that gnu ld isn't used. # Check that gnu ld isn't used.
# It's usually hidden in $prefix/sparc-sun-solaris2.?/bin/. # It's usually hidden in $prefix/sparc-sun-solaris2.?/bin/.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment