From 462cff94c554f3146c6fa7091bc3ff7765fb558a Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 27 Nov 2017 16:10:04 +0300 Subject: build: when gtksourceview isn't found, show this package name closes https://github.com/mate-desktop/mate-applets/issues/270 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f6abf8ae..73ad72fe 100644 --- a/configure.ac +++ b/configure.ac @@ -314,7 +314,7 @@ if test "x$enable_stickynotes" = "xyes"; then have_gtksourceview=yes, have_gtksourceview=no) if test "x$enable_stickynotes" = "xyes" -a "x$have_gtksourceview" = "xno"; then - AC_MSG_ERROR([Stickynotes explicitely requested but dependency not found]) + AC_MSG_ERROR([Stickynotes explicitly requested but gtksourceview not found]) fi fi AM_CONDITIONAL(BUILD_STICKYNOTES_APPLET, test "x$have_gtksourceview" = "xyes") -- cgit v1.2.1