* configure.ac: Indicate which liblzma is used if any.
This commit is contained in:
parent
eb272d84a4
commit
64fce2d829
2 changed files with 9 additions and 0 deletions
|
@ -1293,4 +1293,9 @@ else
|
|||
echo "With unifont from $FONT_SOURCE"
|
||||
fi
|
||||
echo "*******************************************************"
|
||||
if test "x$LIBLZMA" = x ; then
|
||||
echo "Without liblzma (no support for XZ-compressed mips images)"
|
||||
else
|
||||
echo "With liblzma from $LIBLZMA (support for XZ-compressed mips images)"
|
||||
fi
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue