diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-18 12:05:44 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-08 21:06:57 +0100 |
commit | 655dc617a501b55295c29a2ff001ef826d944966 (patch) | |
tree | b1bd8f22229eb3f29e9100be74eaefb2232fe3bf | |
parent | bebf48053b95f6e7ff3ed7e920c48f7387b05167 (diff) | |
download | marco-655dc617a501b55295c29a2ff001ef826d944966.tar.bz2 marco-655dc617a501b55295c29a2ff001ef826d944966.tar.xz |
Fix missing zenity rename
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3022cbcc..072af5da 100644 --- a/configure.ac +++ b/configure.ac @@ -489,7 +489,7 @@ fi AC_SUBST(GDK_PIXBUF_CSOURCE) -AC_PATH_PROG(ZENITY, matedialog, no) +AC_PATH_PROG(ZENITY, zenity, no) if test x"$ZENITY" = xno; then AC_MSG_ERROR([zenity not found in your path - needed for dialogs]) fi |