summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-03-31 11:40:44 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-03-31 11:40:44 +0000
commit4a2af655d2182264bead8d62bb40da4fd7d0ebd8 (patch)
tree9672f42eceb844b9a0faade094c3371bed17f88d /Build/source/texk/dvipng/configure.ac
parent47ad49e6a9e33eb922b870b685feba8d23ff9e65 (diff)
dvipng - allow for libgd without jpeg support
git-svn-id: svn://tug.org/texlive/trunk@7259 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/configure.ac')
-rw-r--r--Build/source/texk/dvipng/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipng/configure.ac b/Build/source/texk/dvipng/configure.ac
index aacd87ec36e..c9439e40a23 100644
--- a/Build/source/texk/dvipng/configure.ac
+++ b/Build/source/texk/dvipng/configure.ac
@@ -170,8 +170,8 @@ sinclude(../../libs/freetype2/withenable.ac)
sinclude(../../libs/freetype2/freetype2.ac)
sinclude(../kpathsea/withenable.ac)
-dnl -- gd jpeg fn not defined? AC_DEFINE(HAVE_GDIMAGECREATETRUECOLOR)
-dnl then we get a warning about gdImageAlpha, but so what.
+AC_DEFINE(HAVE_GDIMAGEGIF)
+AC_DEFINE(HAVE_GDIMAGECREATETRUECOLOR)
AC_DEFINE(HAVE_GDIMAGEPNGEX)
AC_DEFINE(HAVE_GD_H)
AC_DEFINE(HAVE_LIBGD)