* Fix the condition that tests whether to use the dummy address book
authorAlberto Garcia <agarcia@igalia.com>
Mon, 5 Nov 2007 12:18:30 +0000 (12:18 +0000)
committerAlberto Garcia <agarcia@igalia.com>
Mon, 5 Nov 2007 12:18:30 +0000 (12:18 +0000)
Fixes NB#75187

pmo-trunk-r3641

configure.ac

index e5ab322..9a86a09 100644 (file)
@@ -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