configure: Fix check for option that indicates if plugins are packaged separately

The option was renamed with 7f9f9bd375 ("Fixed some typos, courtesy of
codespell"), the check was not.

Fixes: dd7b0283ef ("plugin-loader: Add option to change log message if plugin is not found")
This commit is contained in:
Tobias Brunner
2026-05-28 12:34:12 +02:00
parent 96627b4af5
commit 172c2a39d2
+1 -1
View File
@@ -1952,7 +1952,7 @@ fi
if test x$imc_swima = xtrue -o x$imv_swima = xtrue; then
AC_DEFINE([USE_JSON], [], [build code for JSON])
fi
if test "x$plugins_packaged_seperately" != xno; then
if test "x$plugins_packaged_separately" != xno; then
AC_DEFINE([PLUGINS_PACKAGED_SEPARATELY], [], [distribution ships plugins in multiple packages])
fi