From: Michael Prokop <mika@debian.org>
Date: Tue, 12 Jun 2012 01:01:39 +0200
Subject: Support building on i486

---
 configure.ac | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configure.ac b/configure.ac
index 84665be..d71b346 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,10 @@ AS_CASE(["$host_cpu"],
     AC_DEFINE([STRESSAPPTEST_CPU_MIPS],[],
               [Defined if the target CPU is MIPS])
     ],
+  [*i486*], [
+    AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
+              [Defined if the target CPU is i486])
+    ], 
   [*powerpc*], [
     AC_DEFINE([STRESSAPPTEST_CPU_PPC],[],
               [Defined if the target CPU is PowerPC])
