diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-18 12:05:44 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-18 12:05:44 +0100 |
commit | 3d5bef24bdb30514e1758850693964cf0199653d (patch) | |
tree | 54a6c115002f15c39491c1d24c82ef66e21f4932 | |
parent | 4ca01c20e0b8424918834503c83928366e589752 (diff) | |
download | marco-3d5bef24bdb30514e1758850693964cf0199653d.tar.bz2 marco-3d5bef24bdb30514e1758850693964cf0199653d.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 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 |