pidgin.vv.yahoo.voice: 6a654dbf: Just use sofia-sip-ua-glib as it depends...

maiku at pidgin.im maiku at pidgin.im
Sat Aug 29 20:52:02 EDT 2009


-----------------------------------------------------------------
Revision: 6a654dbf8d08e46b68e5b9996ded883afe1146f6
Ancestor: 56d7b0b0513bb8141437809366e21d4709c9c64d
Author: maiku at pidgin.im
Date: 2009-08-30T00:48:37
Branch: im.pidgin.pidgin.vv.yahoo.voice
URL: http://d.pidgin.im/viewmtn/revision/info/6a654dbf8d08e46b68e5b9996ded883afe1146f6

Modified files:
        configure.ac

ChangeLog: 

Just use sofia-sip-ua-glib as it depends on sofia-sip-ua anyway.
Thanks, Stu, for pointing this out.

-------------- next part --------------
============================================================
--- configure.ac	613b28447f23ca16c59028db31104387417a05c2
+++ configure.ac	a4d57bb4b8e9ccd8764ec0e7a1ec67cd1d1f2cf6
@@ -797,7 +797,7 @@ if test "x$enable_vv" != "xno"; then
 if test "x$enable_vv" != "xno"; then
 	if test "x$enable_gstreamer" != "xno" -a "x$enable_gstinterfaces" != "xno" -a "x$enable_farsight" != "xno"; then
 		AC_DEFINE(USE_VV, 1, [Use voice and video])
-		PKG_CHECK_MODULES(SOFIASIP, [sofia-sip-ua sofia-sip-ua-glib], [
+		PKG_CHECK_MODULES(SOFIASIP, [sofia-sip-ua-glib], [
 			AC_DEFINE(USE_SOFIASIP, 1, [Use Sofia-SIP for SIP voice and video])
 			AC_SUBST(SOFIASIP_CFLAGS)
 			AC_SUBST(SOFIASIP_LIBS)


More information about the Commits mailing list