In distribution packaging, we generally prefer linking to system libraries instead of bundling an unmodified copy. This PR adds support for building with system libstemmer but still defaults to the previous behavior to avoid breaking anything.
Thanks. Makes sense and looks good, but I'd really like to sort out the CI to actually test with the versions it's supposed to before merging other patches.
In distribution packaging, we generally prefer linking to system libraries instead of bundling an unmodified copy. This PR adds support for building with system libstemmer but still defaults to the previous behavior to avoid breaking anything.