* cleanup: drop gmime-2.4 support

This commit is contained in:
djcb
2013-07-21 14:44:44 +03:00
parent 8656f6721e
commit b7324d5af6
11 changed files with 13 additions and 96 deletions

View File

@ -148,9 +148,6 @@ mu_util_error_quark (void)
}
const char*
mu_util_cache_dir (void)
{
@ -328,12 +325,6 @@ mu_util_supports (MuFeature feature)
return FALSE;
#endif /*BUILD_GUILE*/
/* check for crypto support */
#ifndef BUILD_CRYPTO
if (feature & MU_FEATURE_CRYPTO)
return FALSE;
#endif /*BUILD_CRYPTO*/
/* check for Gnuplot */
if (feature & MU_FEATURE_GNUPLOT)
if (!mu_util_program_in_path ("gnuplot"))