From aef475641ace5deebbb49ab4054038abb35cf2af Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Wed, 18 Jan 2017 00:13:37 -0800 Subject: configure: Improve error message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e823e10a..f71fb2a8 100644 --- a/configure.ac +++ b/configure.ac @@ -715,7 +715,7 @@ AS_IF([test x"$enable_intrinsics" = x"yes"],[ ]])], [AC_MSG_RESULT([C method]) AC_DEFINE([CPU_INFO_BY_C], [1], [Get CPU Info by c method])], - [AC_MSG_ERROR([no supported Get CPU Info method, please disable real time CPU detection])])])]) + [AC_MSG_ERROR([no supported Get CPU Info method, please disable run-time CPU capabilities detection or intrinsics])])])]) ], [ AC_MSG_WARN([No intrinsics support for your architecture]) -- cgit v1.2.3