blob: 1a44dd3b88e4b35de389871947b9594ef0690c48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Nur avahi-0.6.32.orig/configure avahi-0.6.32/configure
--- avahi-0.6.32.orig/configure 2016-02-15 20:16:07.593116883 -0600
+++ avahi-0.6.32/configure 2017-06-01 16:26:54.861206047 -0500
@@ -28506,7 +28506,7 @@
BUILD_CLIENT="no (You need avahi-daemon and D-Bus!)"
-if "x$HAVE_DBUS" = "xyes" ; then
+if test "x$HAVE_DBUS" = "xyes" ; then
BUILD_CLIENT=yes
fi
|