From 22cec78be5c7a3887e695e9a787fc462102e0509 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 17 Mar 2014 19:07:26 +0100 Subject: Use zenity instead of mate-dialogs --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 938cf13c..76fe2886 100644 --- a/configure.ac +++ b/configure.ac @@ -489,9 +489,9 @@ fi AC_SUBST(GDK_PIXBUF_CSOURCE) -AC_PATH_PROG(MATEDIALOG, matedialog, no) -if test x"$MATEDIALOG" = xno; then - AC_MSG_ERROR([matedialog not found in your path - needed for dialogs]) +AC_PATH_PROG(ZENITY, matedialog, no) +if test x"$ZENITY" = xno; then + AC_MSG_ERROR([zenity not found in your path - needed for dialogs]) fi AC_ARG_ENABLE(debug, -- cgit v1.2.1