[Libreoffice-commits] .: Branch 'feature/tubes' - configure.in

Michael Meeks michael at kemper.freedesktop.org
Mon Mar 19 08:36:58 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dbd5bd87ee8823eed55e2ddce766b86d7a9f4ecd
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Mon Mar 19 15:35:35 2012 +0000

    and get the pkg_config package name right

diff --git a/configure.in b/configure.in
index 418e751..af324fc 100644
--- a/configure.in
+++ b/configure.in
@@ -8369,7 +8369,7 @@ AC_MSG_CHECKING([whether to enable Telepathy support])
 if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_telepathy" = "yes"; then
     ENABLE_TELEPATHY="TRUE"
     AC_MSG_RESULT([yes])
-    PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.16.4 glib-2.0 gobject-2.0 gthread-2.0 dbus-1 dbus-1-glib )
+    PKG_CHECK_MODULES( TELEPATHY, telepathy-glib >= 0.16.4 glib-2.0 gobject-2.0 gthread-2.0 dbus-1 dbus-glib-1 )
 else
     AC_MSG_RESULT([no])
 fi


More information about the Libreoffice-commits mailing list