configure: Fix check for option that indicates if plugins are packaged separately
The option was renamed with7f9f9bd375("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:
+1
-1
@@ -1952,7 +1952,7 @@ fi
|
|||||||
if test x$imc_swima = xtrue -o x$imv_swima = xtrue; then
|
if test x$imc_swima = xtrue -o x$imv_swima = xtrue; then
|
||||||
AC_DEFINE([USE_JSON], [], [build code for JSON])
|
AC_DEFINE([USE_JSON], [], [build code for JSON])
|
||||||
fi
|
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])
|
AC_DEFINE([PLUGINS_PACKAGED_SEPARATELY], [], [distribution ships plugins in multiple packages])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user