summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rudmin <chris.rudmin@gmail.com>2017-01-03 17:03:32 -0500
committerTimothy B. Terriberry <tterribe@xiph.org>2017-01-09 11:23:58 -0800
commit19b13443b38a04b7abe755af78d46619dd8e40ef (patch)
tree18f7fe4bcb7e38fa2af04064547013d24fba66f3
parentec11c82250118df2b4fcd3ce12deb781d205f198 (diff)
downloadopus-19b13443b38a04b7abe755af78d46619dd8e40ef.tar.gz
Fix error message
Signed-off-by: Timothy B. Terriberry <tterribe@xiph.org>
-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])