From 8dedd2f8197c8cd14b5b8bfae7510e34f68abc0d Mon Sep 17 00:00:00 2001 From: Andre Miranda <andreldm@xfce.org> Date: Sat, 28 Oct 2017 23:30:21 -0300 Subject: [PATCH] Fix TPA plugin build detection (Bug #13952) --- acinclude.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 6695a5feb..718e620cf 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -57,8 +57,7 @@ AC_ARG_ENABLE([tpa-plugin], AC_HELP_STRING([--disable-tpa-plugin], [Don't build if test x"$ac_bm_thunar_plugin_tpa" = x"yes"; then XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.9.0], [ - dnl # Can only build thunar-tpa if D-BUS was found previously - ac_bm_thunar_plugin_tpa=$DBUS_FOUND + ac_bm_thunar_plugin_tpa=yes ], [ dnl # Cannot build thunar-tpa if xfce4-panel is not installed -- GitLab