diff --git a/configure.ac b/configure.ac index 0597f516..9ebd1e5c 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ SET_ARCH([$target_cpu],[target_arch]) AC_ARG_ENABLE(coredump, AS_HELP_STRING([--enable-coredump],[building libunwind-coredump library]),, - [AS_CASE([$host_arch], [mips*|x86*], [enable_coredump=yes], [enable_coredump=no])] + [AS_CASE([$host_arch], [arm*|mips*|x86*], [enable_coredump=yes], [enable_coredump=no])] ) AC_MSG_CHECKING([if we should build libunwind-coredump])