X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=9a86a09c10c2b49c36c09091f6a4711e17ce7496;hp=da2f0dfb977edfa8cf7fc138c990865bfe020c0c;hb=0c709695e5764821aeea6ea9c35821507b326ce7;hpb=950a739e968fd8dec203034d4d524ebf4d5c196e diff --git a/configure.ac b/configure.ac index da2f0df..9a86a09 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ if test "x$with_platform" == "xgnome"; then AC_MSG_ERROR([The GNOME Build is currently broken; please try the Maemo build instead]) else have_easysetup=true - PKG_CHECK_MODULES(MODEST_PLATFORM,libosso conic libtinymail-maemo-1.0 libebook-1.2) + PKG_CHECK_MODULES(MODEST_PLATFORM,libosso conic libtinymail-maemo-1.0 libebook-1.2 microb-engine-nss) AC_DEFINE_UNQUOTED(MODEST_PLATFORM_MAEMO, 1, ["Whether modest is being built for the MAEMO platform."]) AC_DEFINE_UNQUOTED(MODEST_HAVE_EASYSETUP, 1, ["Whether we have the easysetup feature"]) fi @@ -306,17 +306,11 @@ fi # # if we don't have an addressbook, use the dummy one # -AM_CONDITIONAL(MODEST_USE_DUMMY_ADDRESS_BOOK,test "x$have_abook"="xtrue") +AM_CONDITIONAL(MODEST_USE_DUMMY_ADDRESS_BOOK,test "x$have_abook" != "xtrue") - -#FIXME: hack to set the right gettext package.. -if test "x$have_hildon1" == "xtrue"; then - GETTEXT_PACKAGE=osso-email -else - GETTEXT_PACKAGE=modest -fi -# Check for gettext support +# gettext support +GETTEXT_PACKAGE=modest AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", ["gettext package"])