gir-repository r238 - trunk



Author: johan
Date: Tue Nov 25 22:51:19 2008
New Revision: 238
URL: http://svn.gnome.org/viewvc/gir-repository?rev=238&view=rev

Log:
Depend on avahi-core too

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Nov 25 22:51:19 2008
@@ -206,7 +206,7 @@
 AM_CONDITIONAL(BUILD_GUPNP, $have_gupnp)
 
 dnl avahi-gobject
-PKG_CHECK_MODULES(AVAHI, avahi-gobject >= 0.6,
+PKG_CHECK_MODULES(AVAHI, avahi-core >= 0.6 avahi-gobject >= 0.6,
                   have_avahi=true, have_avahi=false)
 AM_CONDITIONAL(BUILD_AVAHI, $have_avahi)
 



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