From: Dirk-Jan C. Binnema Date: Fri, 27 Apr 2007 16:05:52 +0000 (+0000) Subject: * use the newest hildon iff available X-Git-Tag: git_migration_finished~3753 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=4a313549dce181ff1973d415c85ce408d2082403 * use the newest hildon iff available pmo-trunk-r1706 --- diff --git a/configure.ac b/configure.ac index 0e302f7..dfd783c 100644 --- a/configure.ac +++ b/configure.ac @@ -92,7 +92,7 @@ if test "x$with_platform" = "xmaemo"; then PKG_CHECK_MODULES(HILDON, hildon-1 >= 0.9.9, hildon1=yes, hildon1=no) if test "$hildon1" == "yes"; then # the 'new' hildon - PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO, conic libtinymail-maemo-1.0 hildon-libs libosso libhildonmime osso-addressbook-1.0 wpeditor libossohelp libebook-1.2) + PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO, conic libtinymail-maemo-1.0 hildon-1 libosso libhildonmime osso-addressbook-1.0 wpeditor libossohelp libebook-1.2) else # the old hildon PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO, conic libtinymail-maemo-1.0 hildon-libs >= 0.12.0 libosso libossomime libossohelp osso-addressbook-1.0 wpeditor libebook-1.2)