~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-02-10 14:13:54 UTC
  • Revision ID: package-import@ubuntu.com-20120210141354-i1xv5ht90iagdoi7
Tags: 1.6.6b-0ubuntu4
* debian/patches/libindicate.patch
  - pkgconfig update for indicate-0.7
* debian/control
  - bumped build depends for libindicate-dev to 0.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
dnl *********
108
108
 
109
109
if test "x$enable_libindicate" = "xyes"; then
110
 
   PKG_CHECK_MODULES([LIBINDICATE], indicate-0.6 indicate-gtk-0.6,enable_libindicate=yes,enable_libindicate=no)
 
110
   PKG_CHECK_MODULES([LIBINDICATE], indicate-0.7 indicate-gtk-0.7,enable_libindicate=yes,enable_libindicate=no)
111
111
   AC_SUBST(LIBINDICATE_CFLAGS)
112
112
   AC_SUBST(LIBINDICATE_LIBS)
113
113
else