From 9c9a4ca2bb3e3d00bfb766ed3aaf11de29af5ece Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 20 Jul 2006 14:32:00 +0000 Subject: [PATCH] * default to hildon platform when running there pmo-trunk-r402 --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a6ede9b..a3cf64e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl configure.ac for modest -dnl Time-stamp: <2006-07-17 13:28:07 (djcb)> +dnl Time-stamp: <2006-07-20 17:01:42 (djcb)> dnl written by Dirk-Jan C. Binnema AC_INIT([modest],[0.0.1],[http://maemo.org]) @@ -30,6 +30,8 @@ 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]) + AC_ARG_WITH(platform, [--with-platform=gtk platform to build for [gtk]], [case "${with_platform}" in @@ -70,3 +72,5 @@ echo "modest configure results" echo "-----------------------------------" echo "Platform : $with_platform" echo "" +echo "NOTE: you should do a 'make clean' after changing platform (--with-platform=)" +echo "" -- 1.7.9.5