summaryrefslogtreecommitdiff
path: root/m4/ax_boost_log_setup.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_log_setup.m4
parent47aaa8d328015eca099965f079e0c6a675eea6c6 (diff)
downloadautoconf-archive-35c62557ee684f33e838b682263d324965e68a41.tar.gz
Improve Boost library error messages
Diffstat (limited to 'm4/ax_boost_log_setup.m4')
-rw-r--r--m4/ax_boost_log_setup.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_boost_log_setup.m4 b/m4/ax_boost_log_setup.m4
index d727ed6..7a6ac89 100644
--- a/m4/ax_boost_log_setup.m4
+++ b/m4/ax_boost_log_setup.m4
@@ -31,7 +31,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 2
+#serial 3
AC_DEFUN([AX_BOOST_LOG_SETUP],
[
@@ -100,7 +100,7 @@ AC_DEFUN([AX_BOOST_LOG_SETUP],
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::Log_Setup library!)
fi
if test "x$link_log_setup" = "xno"; then