~ubuntu-branches/ubuntu/precise/banshee/precise-proposed

« back to all changes in this revision

Viewing changes to build/m4/banshee/libwebkit.m4

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-04-20 23:34:40 UTC
  • mfrom: (6.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20120420233440-g8br3wfrtxakwn5u
Tags: 2.4.0-2ubuntu1
* [980ad3d] Merge from Debian Unstable, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  * [9b356d6] Add workaround for set_Height exception.
* [57afffa] Reexport patches via gbp-pq.
  The numbering of the Ubuntu specific patches have been upset due to the new
  patches imported into the previous Debian revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                AC_SUBST(LIBWEBKIT_CFLAGS)
17
17
                AM_CONDITIONAL(HAVE_LIBWEBKIT, [test x$have_libwebkit = xyes])
18
18
 
 
19
                PKG_CHECK_MODULES(LIBSOUP_2_38,
 
20
                        libsoup-gnome-2.4 >= 2.38,
 
21
                        have_libsoup_2_28=yes, have_libsoup_2_28=no)
 
22
                if test x$have_libsoup_2_28 = xyes; then
 
23
                        AC_DEFINE(HAVE_LIBSOUP_2_38, 1, [libsoup-gnome-2.4 >= 2.38 detected])
 
24
                fi
 
25
 
19
26
                have_libsoup_gnome=no
20
27
                PKG_CHECK_MODULES(LIBSOUP_GNOME,
21
28
                        libsoup-gnome-2.4 >= $SOUP_GNOME_MIN_VERSION,