X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=db5552b870b9ae81b02e41cc06d0034ee8fb4c9c;hp=8db19ded3ec96d1dd9daca76749d796ac9b5f163;hb=12f0687cf55bb339ad9892cbce8c7d35a6509af5;hpb=bb718435aa49c50a6eb73fa0a77f1a13900cd5bc diff --git a/configure.ac b/configure.ac index 8db19de..db5552b 100644 --- a/configure.ac +++ b/configure.ac @@ -170,7 +170,7 @@ fi # if test "x$with_platform" == "xmaemo"; then PKG_CHECK_MODULES(MODEST_HILDON_NOTIFY,hildon-notify libnotify,have_hildon_notify=true,have_hildon_notify=false) - if test "x$have_hildon_notify"="xtrue"; then + if test "x$have_hildon_notify" == "xtrue"; then AC_DEFINE_UNQUOTED(MODEST_HAVE_HILDON_NOTIFY, 1, ["Whether hildon-notify is available"]) fi fi @@ -190,7 +190,7 @@ if test "x$with_platform" == "xmaemo"; then AC_MSG_ERROR([you need to have either osso-mime or hildon-mime installed]) fi else - helplib="hildon-mime" + mimelib="hildon-mime" AC_DEFINE_UNQUOTED(MODEST_HAVE_HILDON_MIME, 1, ["Whether hildon-mime is used."]) fi fi