summaryrefslogtreecommitdiff
path: root/m4/ax_boost_date_time.m4
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2016-08-22 11:32:56 +0200
committerMichael Stahl <mstahl@redhat.com>2016-08-24 18:16:43 +0000
commit42869757fc553d6851200a2e01895359fd16b182 (patch)
treea92bebcce090c8f163b1a5d266e98822070c01a1 /m4/ax_boost_date_time.m4
parent13d139b934a705dfef377699ae6b753d9aa4ddfb (diff)
m4: make explicit what boost library we are not finding
Change-Id: Icd4e926a6e73ea1147419a9190d7888b6ac3e4c7 Reviewed-on: https://gerrit.libreoffice.org/28312 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'm4/ax_boost_date_time.m4')
-rw-r--r--m4/ax_boost_date_time.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_boost_date_time.m4 b/m4/ax_boost_date_time.m4
index ec9c0445a2f0..9b9ec67de14c 100644
--- a/m4/ax_boost_date_time.m4
+++ b/m4/ax_boost_date_time.m4
@@ -100,7 +100,7 @@ AC_DEFUN([AX_BOOST_DATE_TIME],
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 date_time library!)
fi
if test "x$link_date_time" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)