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 fe8fd40..459d8c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,6 +23,10 @@ AS_CASE(["$host_cpu"],
     AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
               [Defined if the target CPU is i686])
     ], 
+  [*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])
