summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-08-13 02:25:14 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-08-13 02:25:14 +0200
commit81b71afb1c188104d809c78ec80a16e7eb686487 (patch)
tree05e56910246151d4c8bbdcf149cb1960d3fe5e21 /acinclude.m4
parentbf03585520da04793b660782f35f3971094b5633 (diff)
downloadthunar-81b71afb1c188104d809c78ec80a16e7eb686487.tar.gz
Depend on exo-1 and exo-hal-1 instead of exo-0.3 and exo-hal-0.3.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 49afe088..19366d94 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -241,7 +241,7 @@ AC_HELP_STRING([--with-volume-manager=@<:@auto/freebsd/hal/none@:>@], [The volum
dnl # We need HAL >= 0.5.x and D-BUS >= 0.23 for the HAL volume manager
if test x"$ac_bm_thunar_vfs_volume_impl" = x"hal"; then
- XDT_CHECK_PACKAGE([EXO_HAL], [exo-hal-0.3], [0.3.1.13])
+ XDT_CHECK_PACKAGE([EXO_HAL], [exo-hal-1], [0.3.1.13])
XDT_CHECK_PACKAGE([HAL], [hal-storage], [0.5.0])
XDT_CHECK_PACKAGE([HAL_DBUS], [dbus-glib-1], [0.23])
fi