Skip to content

Commit

Permalink
working on plugin dirs in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 8, 2024
1 parent 43398d5 commit 772c29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ AC_MSG_CHECKING([whether and where we should install plugins])
AC_ARG_WITH([plugin-dir], [AS_HELP_STRING([--with-plugin-dir=<absolute directory>|yes|no|--without-plugin-dir],
[Install selected standard filters in specified or default directory])],
[],[with_plugin_dir=no])
if test "x$have_zstd" = xyes ; then
if test "x$have_zstd" = xyes -a test "x$with_plugin_dir" = xno; then
with_plugin_dir=yes
fi
AC_MSG_RESULT([$with_plugin_dir])
Expand Down

0 comments on commit 772c29c

Please sign in to comment.