]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Indicate which liblzma is used if any.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 11 Jul 2013 11:22:11 +0000 (13:22 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 11 Jul 2013 11:22:11 +0000 (13:22 +0200)
ChangeLog
configure.ac

index 817582706dc7aacbf6cdf69f0a7d733360ae27d8..48b27ac34ede8f6547809dc34f25b111b877aed6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 536de29083c7e205bf3766b621a771fcf55203e7..060568d54d9410422c888cd111130aea90a4b436 100644 (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
 ]