mu-cmd: load mu-scm.hh only with BUILD_SCM

We don't want/need it otherwise, and in fact it triggers build failures when
guile (but not scm) is enabled.

Fixes #2861.
This commit is contained in:
Dirk-Jan C. Binnema
2025-07-24 19:53:47 +03:00
parent f95ae6cffe
commit f90839b48b

View File

@ -35,9 +35,9 @@
#include "message/mu-message.hh"
#include "message/mu-mime-object.hh"
#if BUILD_GUILE || BUILD_SCM
#if BUILD_SCM
#include "scm/mu-scm.hh"
#endif/*BUILD_GUILE || BUILD_SCM*/
#endif/*BUILD_SCM*/
#include "utils/mu-error.hh"
#include "utils/mu-utils-file.hh"