~ubuntu-branches/ubuntu/trusty/tomboy/trusty

« back to all changes in this revision

Viewing changes to .pc/04_app_indicator.patch/configure.in

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-06-09 19:50:26 UTC
  • mfrom: (1.5.19)
  • Revision ID: package-import@ubuntu.com-20130609195026-e6u7c3nonn594cl4
Tags: 1.15.2-1ubuntu1
* Rebase on Debian experimental, remaining changes
  + Ubuntu patches:
    - Add app indicator support
    - Update libproxy DLLmap for libproxy.so.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(tomboy, 1.12.0)
 
1
AC_INIT(tomboy, 1.15.2)
2
2
AC_CONFIG_SRCDIR(Tomboy/Tomboy.cs)
3
3
AM_INIT_AUTOMAKE([foreign tar-ustar])
4
4
AM_MAINTAINER_MODE
235
235
# Evolution.dll needs GMime#
236
236
#
237
237
if test "x$ENABLE_GNOME" != "xno"; then
238
 
        if pkg-config --exists gmime-sharp-2.4; then
239
 
                PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.4, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
240
 
        elif pkg-config --exists gmime-sharp-2.6; then
241
 
                PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
242
 
        else
243
 
                PKG_CHECK_MODULES(EVOLUTION, gmime-sharp >= 2.2.7, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
244
 
        fi
 
238
        PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
245
239
else
246
240
        ENABLE_EVOLUTION=no
247
241
fi