Skip to content
Snippets Groups Projects
Commit 19b13443 authored by Chris Rudmin's avatar Chris Rudmin Committed by Timothy B. Terriberry
Browse files

Fix error message

parent ec11c822
No related branches found
No related tags found
No related merge requests found
......@@ -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 intrinsics])])])])
[AC_MSG_ERROR([no supported Get CPU Info method, please disable real time CPU detection])])])])
],
[
AC_MSG_WARN([No intrinsics support for your architecture])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment