summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bc585ca..572525e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,8 @@ fi
# for following architectures we have automated tests support
if test "$unamem" = "x86_64" -o\
- "$unamem" = "i686"; then
+ "$unamem" = "i686" -o\
+ "$unamem" = "arm" ; then
AC_SUBST(CONFIG_ARCH_HAVE_TEST, "y")
else
AC_MSG_WARN([No automated test support])