epiphany r8871 - trunk



Author: xan
Date: Thu Mar 12 14:14:10 2009
New Revision: 8871
URL: http://svn.gnome.org/viewvc/epiphany?rev=8871&view=rev

Log:
configure.ac: require avahi-client explictly.

avahi-client is in the private requiremenets of avahi-gobject, so we
need to ask for it to get the right libs at link time.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Thu Mar 12 14:14:10 2009
@@ -387,7 +387,10 @@
 if test "$enable_zeroconf" != "no"; then
 	AVAHI_REQUIRED=0.6.22
 
-	PKG_CHECK_MODULES(AVAHI, [avahi-gobject >= $AVAHI_REQUIRED],[have_avahi=yes],[have_avahi=no])
+	PKG_CHECK_MODULES(AVAHI,
+                         [avahi-gobject >= $AVAHI_REQUIRED
+                          avahi-client >= $AVAHI_REQUIRED]
+                         ,[have_avahi=yes],[have_avahi=no])
 
         if test "$enable_zeroconf" = "yes" -a "$have_avahi" = "no"; then
                 AC_MSG_ERROR([zeroconf support was requested but avahi not found])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]