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:
authorChris Rudmin <chris.rudmin@gmail.com>2017-01-04 01:03:32 +0300
committerTimothy B. Terriberry <tterribe@xiph.org>2017-01-09 22:23:58 +0300
commit19b13443b38a04b7abe755af78d46619dd8e40ef (patch)
tree18f7fe4bcb7e38fa2af04064547013d24fba66f3 /configure.ac
parentec11c82250118df2b4fcd3ce12deb781d205f198 (diff)
Fix error message
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b904821..e823e10a 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 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])