~bcurtiswx/ubuntu/precise/empathy/3.4.2.3-0ubuntu1

« back to all changes in this revision

Viewing changes to .pc/41_unity_launcher_progress.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-01-19 11:46:18 UTC
  • mfrom: (1.1.85)
  • Revision ID: package-import@ubuntu.com-20120119114618-zlw2z7fk0hxj60px
Tags: 3.3.4-0ubuntu1
* New upstream release
* refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
m4_define([empathy_major_version], [3])
5
5
m4_define([empathy_minor_version], [3])
6
 
m4_define([empathy_micro_version], [3])
 
6
m4_define([empathy_micro_version], [4])
7
7
m4_define([empathy_nano_version], [0])
8
8
 
9
9
dnl Display the nano_version only if it's not '0'
58
58
ISO_CODES_REQUIRED=0.35
59
59
NAUTILUS_SENDTO_REQUIRED=2.90.0
60
60
NETWORK_MANAGER_REQUIRED=0.7.0
 
61
CHAMPLAIN_REQUIRED=0.12.1
61
62
 
62
63
# Use --enable-maintainer-mode to disable deprecated symbols,
63
64
# disable single include and enable GSEAL. If this is not a released empathy,
453
454
    [
454
455
       clutter-gtk-1.0
455
456
       champlain-gtk-0.12
456
 
       champlain-0.12
 
457
       champlain-0.12 >= $CHAMPLAIN_REQUIRED
457
458
    ], have_libchamplain="yes", have_libchamplain="no")
458
459
 
459
460
   if test "x$have_libchamplain" = "xyes"; then