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

« back to all changes in this revision

Viewing changes to .pc/23_idomessagedialog_for_voip_and_ft.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'
57
57
ISO_CODES_REQUIRED=0.35
58
58
NAUTILUS_SENDTO_REQUIRED=2.90.0
59
59
NETWORK_MANAGER_REQUIRED=0.7.0
 
60
CHAMPLAIN_REQUIRED=0.12.1
60
61
 
61
62
# Use --enable-maintainer-mode to disable deprecated symbols,
62
63
# disable single include and enable GSEAL. If this is not a released empathy,
451
452
    [
452
453
       clutter-gtk-1.0
453
454
       champlain-gtk-0.12
454
 
       champlain-0.12
 
455
       champlain-0.12 >= $CHAMPLAIN_REQUIRED
455
456
    ], have_libchamplain="yes", have_libchamplain="no")
456
457
 
457
458
   if test "x$have_libchamplain" = "xyes"; then