blob: 197d077b65267ec0d146b5c9460be57211632947 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig Tue Apr 25 17:51:39 2006
+++ configure Tue Apr 25 17:51:45 2006
@@ -22468,7 +22468,7 @@ _ACEOF
{ echo "$as_me:$LINENO: Using Avahi for mDNS/DNS-SD" >&5
echo "$as_me: Using Avahi for mDNS/DNS-SD" >&6;}
- if test x$have_avahi_06 == xyes; then
+ if test x$have_avahi_06 = xyes; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_AVAHI_0_6 1
|