From 1bce18bef557331fe5152a147f697b9ee68d79be Mon Sep 17 00:00:00 2001 From: liuyi92 Date: Mon, 7 Jan 2019 15:00:23 +0800 Subject: [PATCH] delete build dep zenity as it's actually runtime dependence --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index c1759db..096979c 100644 --- a/configure.ac +++ b/configure.ac @@ -394,11 +394,6 @@ fi AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes") -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 - AC_ARG_ENABLE(debug, [ --enable-debug enable debugging],, enable_debug=no)