Skip to content
Snippets Groups Projects
Commit bc0b6b2f authored by Fons Rademakers's avatar Fons Rademakers
Browse files

use system ungif if available.

git-svn-id: http://root.cern.ch/svn/root/trunk@18625 27541ba8-7e3a-0410-8455-c3a389f83636
parent 3cc00826
No related branches found
No related tags found
No related merge requests found
......@@ -176,9 +176,6 @@ else
fi; \
if [ "$(ASGIFINCDIR)" != "" ]; then \
GIFINCDIR="--with-gif-includes=$(ASGIFINCDIR)"; \
NOUNGIF="--with-ungif --with-builtin-ungif=no"; \
else \
NOUNGIF="--with-builtin-ungif"; \
fi; \
if [ "$(FREETYPEDIRI)" != "" ]; then \
TTFINCDIR="--with-ttf-includes=-I../../../$(FREETYPEDIRI)"; \
......@@ -190,13 +187,13 @@ else
--disable-glx \
$$MMX \
$(ASTEPDBG) \
$(NOUNGIF) \
--with-ungif \
$$GIFINCDIR \
--with-jpeg \
$$JPEGINCDIR \
--with-png \
$$PNGINCDIR \
$$TIFFINCDIR \
$$GIFINCDIR; \
$$TIFFINCDIR; \
$(MAKE))
endif
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment