# backporting legacy options
if [[ -n "$STATIC_FUSE" ]]; then
  persistent_add CASTFS_OPTS &&
  CASTFS_OPTS="$STATIC_FUSE" &&
  persistent_remove STATIC_FUSE
fi &&

config_query_option CASTFS_OPTS "Compile against fuse statically?" y \
                                "--enable-static-fuse" \
                                "--disable-static-fuse" &&

config_query_option CASTFS_OPTS "Enable debug flags?" n \
                                "--enable-debug" \
                                "--disable-debug"
