From 7250912122d117bf1930f5e5971ad5f762adfc41 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 23 Jan 2007 16:36:00 +0000 Subject: [PATCH] * configure.ac: - bora does not like overwriting defined stuff pmo-trunk-r711 --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e258e1f..525b5c9 100644 --- a/configure.ac +++ b/configure.ac @@ -75,8 +75,7 @@ AC_SUBST(MODEST_GSTUFF_LIBS) dnl dnl now, determine what to build AC_MSG_NOTICE([Determining what platform to build]) -PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_MAEMO,libosso,[with_platform=maemo],true) - +PKG_CHECK_MODULES(LIBOSSO,libosso,[with_platform=maemo],true) AC_ARG_WITH(platform, [--with-platform=gtk platform to build for [gtk]], -- 1.7.9.5