diff options
Diffstat (limited to 'audio/rhythmbox-devel/files/patch-configure')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure new file mode 100644 index 000000000..197d077b6 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-configure @@ -0,0 +1,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 |