]> git.pld-linux.org Git - packages/avahi.git/blob - avahi-gtk_detect.patch
- fix gtk+2/gtk+3 detection
[packages/avahi.git] / avahi-gtk_detect.patch
1 diff -ru avahi-0.6.26.old/configure.ac avahi-0.6.26/configure.ac
2 --- avahi-0.6.26.old/configure.ac       2010-06-29 02:30:32.000000000 +0200
3 +++ avahi-0.6.26/configure.ac   2010-07-09 14:34:57.396332889 +0200
4 @@ -564,7 +564,7 @@
5  fi
6  AM_CONDITIONAL(HAVE_GTK3, test "x$HAVE_GTK3" = "xyes")
7  
8 -AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK2" = "xyes" )
9 +AM_CONDITIONAL(HAVE_GTK2OR3, test "x$HAVE_GTK3" = "xyes" -o "x$HAVE_GTK" = "xyes" )
10  
11  #
12  # D-Bus
This page took 0.020133 seconds and 3 git commands to generate.