From 3e14c39c4a6457ff4de8465933959f1482c0839b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 26 Jun 2007 09:39:29 +0000 Subject: [PATCH] Changed the configure.ac file. corrected the helplib variable used instead of mimelib. pmo-trunk-r2421 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8b094f1..db5552b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 1.7.9.5