Guile: don't insist on Gnuplot (Fixes #664)

Many of the scripts require Gnuplot, but some don't, so don't add a hard
requirement for it.
This commit is contained in:
djcb 2015-09-20 11:49:22 +03:00
parent 6065ff0e41
commit 1c98835815
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ get_script_info_list (const char *muhome, GError **err)
static gboolean
check_params (MuConfig *opts, GError **err)
{
if (!mu_util_supports (MU_FEATURE_GUILE | MU_FEATURE_GNUPLOT)) {
if (!mu_util_supports (MU_FEATURE_GUILE)) {
mu_util_g_set_error (err, MU_ERROR_IN_PARAMETERS,
"the 'script' command is not available "
"in this version of mu");