[gimp] build: Show if file-compressor will be built in configure status



commit 9f60e9a5348733c87ea1ba7413f425229099bfd8
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Jan 12 21:10:58 2012 +0530

    build: Show if file-compressor will be built in configure status

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5fed820..8ad00e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1166,6 +1166,10 @@ fi
 AM_CONDITIONAL(HAVE_BZIP2, test "x$have_libbzip2" = xyes)
 AC_SUBST(BZIP2_LIBS)
 
+have_compressor=no
+if test "x$have_zlib" = xyes && test "x$have_libbzip2" = xyes; then
+   have_compressor=yes
+fi
 
 ##################
 # Check for libpng
@@ -2286,6 +2290,7 @@ Optional Features:
 
 Optional Plug-Ins:
   Ascii Art:           $have_libaa
+  Compressor:          $have_compressor
   Help Browser:        $have_webkit
   LCMS:                $have_lcms
   JPEG:                $jpeg_ok



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]