Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Harris <mark.hsj@gmail.com>2017-01-18 11:13:37 +0300
committerMark Harris <mark.hsj@gmail.com>2017-01-18 11:13:37 +0300
commitaef475641ace5deebbb49ab4054038abb35cf2af (patch)
tree51eeb216c818fd322c413507585f8d462a04b1be
parentd6643192f7353b2123f18ccd82de83705aa47383 (diff)
configure: Improve error messagev1.2-alpha2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])