* configure.ac: Indicate which liblzma is used if any.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-07-11 13:22:11 +02:00
parent eb272d84a4
commit 64fce2d829
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-07-11 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Indicate which liblzma is used if any.
2013-06-21 Paul Wise <pabs3@bonedaddy.net>
2013-06-21 Craig Sanders <savannah@taz.net.au>

View File

@ -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
]