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:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user