summaryrefslogtreecommitdiff
path: root/unpack
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2019-07-22 21:39:55 -0700
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-24 09:19:41 +0200
commit802b43c95ab4d6e44e17d6b81931e0963182c262 (patch)
tree0955d27c03484e40e7fcfc6d439b3a9347a487bc /unpack
parent4b0c21183e1a29f3bb5eb8af4d13467e05f6d36b (diff)
Correct copy-and-paste mistake
Would cause the build to fail if zstd was enable and lz4 was disabled. Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'unpack')
-rw-r--r--unpack/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am
index 225263b..728f834 100644
--- a/unpack/Makemodule.am
+++ b/unpack/Makemodule.am
@@ -19,7 +19,7 @@ if WITH_LZ4
rdsquashfs_LDADD += $(LZ4_LIBS)
endif
-if WITH_LZ4
+if WITH_ZSTD
rdsquashfs_LDADD += $(ZSTD_LIBS)
endif