X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=9a86a09c10c2b49c36c09091f6a4711e17ce7496;hp=754b57842c73b79ef2bd53762fa1bad6d14e4fca;hb=6c6b57415dfc34b321fab7e06d87c0b447ff5ab5;hpb=8ff89e14b3dd13cbc791129122e5f2022dddd3ac diff --git a/configure.ac b/configure.ac index 754b578..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 microb-engine-nss) + 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"])