Skip to content
Snippets Groups Projects
Commit edd1a1b0 authored by Rene Brun's avatar Rene Brun
Browse files

From Valeriy Onoutchine:

Remove tiff dependencies from libAfterImage/libASImage.


git-svn-id: http://root.cern.ch/svn/root/trunk@13726 27541ba8-7e3a-0410-8455-c3a389f83636
parent 218467fd
No related branches found
No related tags found
No related merge requests found
......@@ -161,9 +161,6 @@ else
if [ "$(ASPNGINCDIR)" != "" ]; then \
PNGINCDIR="--with-png-includes=$(ASPNGINCDIR)"; \
fi; \
if [ "$(ASTIFFINCDIR)" != "" ]; then \
TIFFINCDIR="--with-tiff-includes=$(ASTIFFINCDIR)"; \
fi; \
if [ "$(ASGIFINCDIR)" != "" ]; then \
GIFINCDIR="--with-gif-includes=$(ASGIFINCDIR)"; \
NOUNGIF="--with-ungif --with-builtin-ungif=no"; \
......@@ -176,6 +173,7 @@ else
GNUMAKE=$(MAKE) CC=$$ACC CFLAGS=$$ACFLAGS \
./configure \
--with-ttf $$TTFINCDIR \
--with-tiff=no \
--with-afterbase=no \
--disable-glx \
$$MMX \
......@@ -183,7 +181,6 @@ else
--with-builtin-ungif \
$$JPEGINCDIR \
$$PNGINCDIR \
$$TIFFINCDIR \
$$GIFINCDIR; \
$(MAKE))
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment