Skip to content

Commit

Permalink
PR #951: fix configure syntax error (closes #950)
Browse files Browse the repository at this point in the history
  • Loading branch information
mphinney1100 committed Jan 7, 2021
1 parent bf4a93b commit 8e65fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ AS_IF([ test -n "$TAR"],

AS_IF([ test $have_any_builder = yes \
&& test $have_pack_tar = yes],
[have_builder_to_tar = yes],
[have_builder_to_tar = no])
[have_builder_to_tar=yes],
[have_builder_to_tar=no])

AS_IF([ test $have_any_builder = yes \
&& test -n "$MKSQUASHFS"],
Expand Down

0 comments on commit 8e65fec

Please sign in to comment.