X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=configure.ac;h=53571f29d02fd79261699b2eb55b6da4a95fc008;hb=11a874e0e6d615e25d98b551f859e151c1fe3400;hp=1e2f5f69d3abe9b3d267575854ca7b3f4031253f;hpb=efe8beeba635c536e6cc501ab1c0bc255c04b091;p=modest diff --git a/configure.ac b/configure.ac index 1e2f5f6..53571f2 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.6],[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 @@ -493,7 +495,9 @@ if test "x$with_platform" == "xmaemo"; then AC_SUBST(icon_scalabledir) AC_SUBST(pluginlibdir) AC_SUBST(plugindesktopentrydir) - +else + desktopentrydir=$datadir/applications + AC_SUBST(desktopentrydir) fi dnl --------------- TESTING -------------------