[gimp] plig-ins: build file-compressor only if all compressions libs are there
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plig-ins: build file-compressor only if all compressions libs are there
- Date: Sun, 2 Sep 2012 20:25:50 +0000 (UTC)
commit ed94e55be9338f9ac5515e99fcf6bc08e47c879f
Author: Michael Natterer <mitch gimp org>
Date: Sun Sep 2 22:25:04 2012 +0200
plig-ins: build file-compressor only if all compressions libs are there
plug-ins/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am
index 676ded2..3e3bab2 100644
--- a/plug-ins/Makefile.am
+++ b/plug-ins/Makefile.am
@@ -27,9 +27,11 @@ endif
if HAVE_Z
if HAVE_BZIP2
+if HAVE_LIBLZMA
file_compressor = file-compressor
endif
endif
+endif
if HAVE_PNG
file_ico = file-ico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]