]> git.pld-linux.org Git - packages/avahi.git/blame - avahi-gtk_detect.patch
- 0.6.27
[packages/avahi.git] / avahi-gtk_detect.patch
CommitLineData
da44e961 1diff -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.115135 seconds and 4 git commands to generate.