summaryrefslogtreecommitdiff
path: root/m4/ax_boost_thread.m4
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-09-13 17:53:01 +0800
committerfanquake <fanquake@gmail.com>2019-09-13 17:53:01 +0800
commit35c62557ee684f33e838b682263d324965e68a41 (patch)
tree243d296d0e51cb5fd7fdc7550a763ee6067e5373 /m4/ax_boost_thread.m4
parent47aaa8d328015eca099965f079e0c6a675eea6c6 (diff)
downloadautoconf-archive-35c62557ee684f33e838b682263d324965e68a41.tar.gz
Improve Boost library error messages
Diffstat (limited to 'm4/ax_boost_thread.m4')
-rw-r--r--m4/ax_boost_thread.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_boost_thread.m4 b/m4/ax_boost_thread.m4
index eee9ab6..e9dea43 100644
--- a/m4/ax_boost_thread.m4
+++ b/m4/ax_boost_thread.m4
@@ -30,7 +30,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 31
+#serial 32
AC_DEFUN([AX_BOOST_THREAD],
[
@@ -130,7 +130,7 @@ AC_DEFUN([AX_BOOST_THREAD],
fi
if test "x$ax_lib" = "x"; then
- AC_MSG_ERROR(Could not find a version of the library!)
+ AC_MSG_ERROR(Could not find a version of the Boost::Thread library!)
fi
if test "x$link_thread" = "xno"; then
AC_MSG_ERROR(Could not link against $ax_lib !)