summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-03-18 12:05:44 +0100
committerStefano Karapetsas <[email protected]>2015-03-08 21:06:57 +0100
commit655dc617a501b55295c29a2ff001ef826d944966 (patch)
treeb1bd8f22229eb3f29e9100be74eaefb2232fe3bf
parentbebf48053b95f6e7ff3ed7e920c48f7387b05167 (diff)
downloadmarco-655dc617a501b55295c29a2ff001ef826d944966.tar.bz2
marco-655dc617a501b55295c29a2ff001ef826d944966.tar.xz
Fix missing zenity rename
-rw-r--r--configure.ac2
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