summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2017-10-28 23:30:21 -0300
committerAndre Miranda <andreldm@xfce.org>2017-10-28 23:30:21 -0300
commit8dedd2f8197c8cd14b5b8bfae7510e34f68abc0d (patch)
tree8bd2f1926b06ed5e98319cf3014a891e886d1110 /acinclude.m4
parentefed71d81c49fe78f6f7cb8381cd3a7c05ccd761 (diff)
downloadthunar-8dedd2f8197c8cd14b5b8bfae7510e34f68abc0d.tar.gz
Fix TPA plugin build detection (Bug #13952)
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 6695a5fe..718e620c 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