From 0c709695e5764821aeea6ea9c35821507b326ce7 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Mon, 5 Nov 2007 12:18:30 +0000 Subject: [PATCH 1/1] * Fix the condition that tests whether to use the dummy address book Fixes NB#75187 pmo-trunk-r3641 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5