shithub: opus

Download patch

ref: aef475641ace5deebbb49ab4054038abb35cf2af
parent: d6643192f7353b2123f18ccd82de83705aa47383
author: Mark Harris <mark.hsj@gmail.com>
date: Tue Jan 17 19:13:37 EST 2017

configure: Improve error message

--- a/configure.ac
+++ b/configure.ac
@@ -715,7 +715,7 @@
             ]])],
             [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])