summaryrefslogtreecommitdiffstats
path: root/m4/ax_boost_filesystem.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_filesystem.m4
parentcairo: upgrade pixman to release 0.34.0, cairo to release 1.14.6 (diff)
downloadcore-42869757fc553d6851200a2e01895359fd16b182.tar.gz
core-42869757fc553d6851200a2e01895359fd16b182.zip
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_filesystem.m4')
-rw-r--r--m4/ax_boost_filesystem.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_boost_filesystem.m4 b/m4/ax_boost_filesystem.m4
index f162163cdc60..b571f8951d84 100644
--- a/m4/ax_boost_filesystem.m4
+++ b/m4/ax_boost_filesystem.m4
@@ -104,7 +104,7 @@ AC_DEFUN([AX_BOOST_FILESYSTEM],
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 filesystem library!)
fi
if test "x$link_filesystem" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)