default_pre_build        &&
cd  "$SOURCE_DIRECTORY"  &&

.  "$GRIMOIRE/is_depends_enabled.function"  &&

# disable building of sndfile-resample if libsndfile not selected
if ! is_depends_enabled $SPELL libsndfile
then
  sed -i  "s/ examples / /g"  configure
fi
