diff options
author | monsta <[email protected]> | 2017-11-27 16:10:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-02 16:17:01 +0300 |
commit | 03b9c51a4ffd0ceb990a08162945219df85bc01b (patch) | |
tree | 2b18533daf1944fbfd96b9072bfec9bc55dcf4f6 | |
parent | 794670a03fd4c3aac6fe72d70ef64aaea9af45d7 (diff) | |
download | mate-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.ac | 2 |
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") |