Skip to content

Commit

Permalink
Plugins: Fixes configure so that lv_analyzer actually gets built
Browse files Browse the repository at this point in the history
  • Loading branch information
dleverton authored and hartwork committed Nov 26, 2022
1 parent 9a0b3aa commit 76ba069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvisual-plugins/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ AC_ARG_ENABLE([analyzer],
[ENABLE_ANALYZER=$enableval],
[ENABLE_ANALYZER=yes])

if test "$ENABLE_ANALYZER" = xyes; then
if test "$ENABLE_ANALYZER" = "yes"; then
build_actor_plugins="$build_actor_plugins lv_analyzer"
fi

Expand Down

0 comments on commit 76ba069

Please sign in to comment.