diff options
-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 |