changeset 2669:45fd9fd91644

Make LCMS error message mention version required. 2013-09-11 Andrew John Hughes <gnu.andrew@member.fsf.org> * acinclude.m4: (IT_CHECK_FOR_LCMS): Make error message mention version.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 20 Sep 2013 14:18:18 +0100
parents d561879ac19c
children 0c77e9a81a9b
files ChangeLog acinclude.m4
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 20 14:22:34 2013 +0100
+++ b/ChangeLog	Fri Sep 20 14:18:18 2013 +0100
@@ -1,3 +1,9 @@
+2013-09-11  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* acinclude.m4:
+	(IT_CHECK_FOR_LCMS): Make error message mention
+	version.
+
 2013-09-10  Andrew John Hughes  <gnu.andrew@redhat.com>
 
 	* Makefile.am:
--- a/acinclude.m4	Fri Sep 20 14:22:34 2013 +0100
+++ b/acinclude.m4	Fri Sep 20 14:18:18 2013 +0100
@@ -1957,7 +1957,7 @@
     PKG_CHECK_MODULES(LCMS2, lcms2 >= 2.5,[LCMS2_FOUND=yes],[LCMS2_FOUND=no])
     if test "x${LCMS2_FOUND}" = xno
     then
-      AC_MSG_ERROR([Could not find LCMS2; install LCMS2 or build with --disable-system-lcms to use the in-tree copy.])
+      AC_MSG_ERROR([Could not find LCMS >= 2.5; install it or build with --disable-system-lcms to use the in-tree copy.])
     fi
     AC_SUBST(LCMS2_CFLAGS)
     AC_SUBST(LCMS2_LIBS)