From 6a3edcef9078dcad9dda52c8bd068d084fd78972 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 20 Jul 2006 15:21:05 +0000 Subject: [PATCH] * don't depend on hildon when it's not there pmo-trunk-r404 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a3cf64e..839115a 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ AC_SUBST(MODEST_GSTUFF_LIBS) dnl now, determine what to build AC_MSG_NOTICE([Determining what platform to build]) -PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO,libosso,[with_platform=hildon]) +PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO,libosso,[with_platform=hildon],true) AC_ARG_WITH(platform, [--with-platform=gtk platform to build for [gtk]], -- 1.7.9.5