diff options
author | monsta <[email protected]> | 2017-11-27 16:10:04 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-11-27 16:10:04 +0300 |
commit | 462cff94c554f3146c6fa7091bc3ff7765fb558a (patch) | |
tree | cfe70947322e6f038c3eb6fd03062cca59eff631 | |
parent | 721ebf78ef40742141dbad9258b26c70c30e233e (diff) | |
download | mate-applets-462cff94c554f3146c6fa7091bc3ff7765fb558a.tar.bz2 mate-applets-462cff94c554f3146c6fa7091bc3ff7765fb558a.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 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") |