]> www.infradead.org Git - mtd-utils.git/commit
Fix optional compilation of lzo compressors
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sat, 17 Feb 2024 20:13:24 +0000 (21:13 +0100)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Sat, 17 Feb 2024 20:20:34 +0000 (21:20 +0100)
commitab4628e756ab73d8193ed62b591417dad561b298
tree5dfcb19495ea82b2ba7b7e427cfefe23c1d8d4f5
parent6fcdc552ffdca93334ffe2d044745c83de0722fa
Fix optional compilation of lzo compressors

 - Simple fixup in autoconf.ac
 - Make compilation of jffsX-utils compr_lzo.c optional. Simply
   don't compile it if we built without LZO and remove the place
   holders. They are not used anyway if we build without LZO.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
configure.ac
jffsX-utils/Makemodule.am
jffsX-utils/compr_lzo.c