diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-20 08:57:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-20 08:57:45 +0200 |
commit | 4b791ee1029ea99cc06df8256cf99c2c0b640242 (patch) | |
tree | edb153a04004ed90a488a03bbc882a9bee589fdf /m4/ax_boost_asio.m4 | |
parent | 1d9063532cec5d6389782c31f609df53fb621d71 (diff) | |
download | dabmux-4b791ee1029ea99cc06df8256cf99c2c0b640242.tar.gz dabmux-4b791ee1029ea99cc06df8256cf99c2c0b640242.tar.bz2 dabmux-4b791ee1029ea99cc06df8256cf99c2c0b640242.zip |
Update m4 macros
Diffstat (limited to 'm4/ax_boost_asio.m4')
-rw-r--r-- | m4/ax_boost_asio.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ax_boost_asio.m4 b/m4/ax_boost_asio.m4 index a72c1e1..4247b33 100644 --- a/m4/ax_boost_asio.m4 +++ b/m4/ax_boost_asio.m4 @@ -30,7 +30,7 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. -#serial 17 +#serial 18 AC_DEFUN([AX_BOOST_ASIO], [ @@ -97,7 +97,7 @@ AC_DEFUN([AX_BOOST_ASIO], 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::Asio library!) fi if test "x$link_asio" = "xno"; then AC_MSG_ERROR(Could not link against $ax_lib !) |