Changed the configure.ac file. corrected the helplib variable used instead of mimelib.
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 26 Jun 2007 09:39:29 +0000 (09:39 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Tue, 26 Jun 2007 09:39:29 +0000 (09:39 +0000)
pmo-trunk-r2421

configure.ac

index 8b094f1..db5552b 100644 (file)
@@ -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