From: Alberto Garcia Date: Mon, 5 Nov 2007 12:18:30 +0000 (+0000) Subject: * Fix the condition that tests whether to use the dummy address book X-Git-Tag: git_migration_finished~2169 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=0c709695e5764821aeea6ea9c35821507b326ce7;p=modest * Fix the condition that tests whether to use the dummy address book Fixes NB#75187 pmo-trunk-r3641 --- diff --git a/configure.ac b/configure.ac index e5ab322..9a86a09 100644 --- a/configure.ac +++ b/configure.ac @@ -306,7 +306,7 @@ 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") # gettext support