[gimp/metadata-browser] build: Show if file-compressor will be built in configure status
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] build: Show if file-compressor will be built in configure status
- Date: Wed, 12 Sep 2012 22:39:59 +0000 (UTC)
commit a8482544ef818f4108aaecf329b35889545072ed
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 572cfb3..ef17aa3 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
@@ -2288,6 +2292,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]