# HG changeset patch # User Stu Tomlinson # Date 1210971770 0 # Node ID 6a5b746ddfeafde71c7bd2cd6f4081d53fc10652 # Parent 410f1bf7f734b83a2d787db5f7d4246ef552717f Fix for building RPMs without avahi diff -r 410f1bf7f734 -r 6a5b746ddfea pidgin.spec.in --- a/pidgin.spec.in Fri May 16 21:01:24 2008 +0000 +++ b/pidgin.spec.in Fri May 16 21:02:50 2008 +0000 @@ -226,6 +226,7 @@ --sysconfdir=%{_sysconfdir} \ --disable-schemas-install \ %{!?_with_dbus:--disable-dbus} \ + %{!?_with_avahi:--disable-avahi} \ %{?_without_gstreamer:--disable-gstreamer} \ %{?_without_gtkspell:--disable-gtkspell} \ %{?_without_nm:--disable-nm} \