X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=d16b7bae330ed9b929f2456e31bac9b91bc98ab1;hp=d3bb2000ff4f73b19a8971c0788a4fcb43cd5fba;hb=f0d738c2f55101eca82723d61289d2eb9c3b67fa;hpb=641d99ca31ed7200590538b3bafc42012f49800f diff --git a/configure.ac b/configure.ac index d3bb200..d16b7ba 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([modest],[3.90],[http://maemo.org]) +AC_INIT([modest],[3.90.5],[http://maemo.org]) AC_CONFIG_HEADERS([config.h]) m4_define([modest_api_major_version], [1]) @@ -200,6 +200,8 @@ elif test "$with_platform" = "gnome"; then MODEST_PLUGIN_DEFINES=" -DMODEST_PLATFORM_GNOME -DMODEST_API_VERSION=${MODEST_API_VERSION}" fi AC_SUBST(MODEST_PLUGIN_DEFINES) +AM_CONDITIONAL(MODEST_BUILD_ASDBUS,test "x$with_platform" == "xmaemo") + dnl ---------- PLATFORM: *DBUS API* ----------- if test "x$with_platform" == "xgnome"; then