summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-11-27 16:10:04 +0300
committermonsta <[email protected]>2018-03-02 16:17:01 +0300
commit03b9c51a4ffd0ceb990a08162945219df85bc01b (patch)
tree2b18533daf1944fbfd96b9072bfec9bc55dcf4f6
parent794670a03fd4c3aac6fe72d70ef64aaea9af45d7 (diff)
downloadmate-applets-03b9c51a4ffd0ceb990a08162945219df85bc01b.tar.bz2
mate-applets-03b9c51a4ffd0ceb990a08162945219df85bc01b.tar.xz
build: when gtksourceview isn't found, show this package name
closes https://github.com/mate-desktop/mate-applets/issues/270
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 77df0cd6..b25a8514 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")