1
dnl Generated file, run make to rebuild
2
dnl Config for crc32 UDF
4
AC_ARG_WITH([crc32-plugin],[
5
dnl indented werid to make the help output correct
6
AS_HELP_STRING([--with-crc32-plugin],[Build crc32 UDF and enable it. @<:@default=yes@:>@])
7
AS_HELP_STRING([--without-crc32-plugin],[Disable building crc32 UDF])
9
[with_crc32_plugin="$withval"],
10
[AS_IF([test "x$ac_with_all_plugins" = "yes"],
11
[with_crc32_plugin=yes],
12
[with_crc32_plugin=yes])])
14
AM_CONDITIONAL([BUILD_CRC32_PLUGIN],
15
[test "x${with_crc32_plugin}" = "xyes"])
16
AS_IF([test "x$with_crc32_plugin" = "xyes"],
19
pandora_default_plugin_list="crc32,${pandora_default_plugin_list}"
20
pandora_builtin_list="builtin_crc32_plugin,${pandora_builtin_list}"
21
pandora_plugin_libs="${pandora_plugin_libs} \${top_builddir}/plugin/libcrc32_plugin.la"
22
PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} "