shithub: opus

Download patch

ref: 19b13443b38a04b7abe755af78d46619dd8e40ef
parent: ec11c82250118df2b4fcd3ce12deb781d205f198
author: Chris Rudmin <chris.rudmin@gmail.com>
date: Tue Jan 3 12:03:32 EST 2017

Fix error message

Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>

--- 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 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])