|
From: Nicholas N. <nj...@ca...> - 2004-10-13 13:19:05
|
CVS commit by nethercote:
Arch-abstraction: genericise warning about unsupported architectures.
M +1 -1 configure.in 1.127
--- valgrind/configure.in #1.126:1.127
@@ -77,5 +77,5 @@
*)
AC_MSG_RESULT([no (${host_cpu})])
- AC_MSG_ERROR([Valgrind is ix86 specific. Sorry])
+ AC_MSG_ERROR([Unsupported host architecture. Sorry])
;;
esac
|