summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-03-18 12:05:44 +0100
committerStefano Karapetsas <[email protected]>2014-03-18 12:05:44 +0100
commit3d5bef24bdb30514e1758850693964cf0199653d (patch)
tree54a6c115002f15c39491c1d24c82ef66e21f4932 /configure.ac
parent4ca01c20e0b8424918834503c83928366e589752 (diff)
downloadmarco-3d5bef24bdb30514e1758850693964cf0199653d.tar.bz2
marco-3d5bef24bdb30514e1758850693964cf0199653d.tar.xz
Fix missing zenity rename
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9367e999..0317fd80 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