summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipng/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-07 12:52:35 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-03-07 12:52:35 +0000
commit6ae228af0d6896a9064a316894b1aa52f527234e (patch)
treec34055628ed38b86f603df0f8021d4475653e8e6 /Build/source/texk/dvipng/configure
parentd2f25be6f809b55d69b802b4c3f491d1dcfa1e6d (diff)
texk/dvipng: Minor update of build system
git-svn-id: svn://tug.org/texlive/trunk@36454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/configure')
-rwxr-xr-xBuild/source/texk/dvipng/configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/dvipng/configure b/Build/source/texk/dvipng/configure
index 6695da3b8cc..b7f3e7dc63a 100755
--- a/Build/source/texk/dvipng/configure
+++ b/Build/source/texk/dvipng/configure
@@ -16471,6 +16471,21 @@ fi
done
+if test "x$kpse_cv_have_win32" != xno; then :
+ for ac_func in texlive_gs_init
+do :
+ ac_fn_c_check_func "$LINENO" "texlive_gs_init" "ac_cv_func_texlive_gs_init"
+if test "x$ac_cv_func_texlive_gs_init" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_TEXLIVE_GS_INIT 1
+_ACEOF
+
+fi
+done
+
+fi
+
+
# We need enc, cmap, and sfd formats.
# Introduced together with opentype format (Dec 2003).
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether kpathsea declares the kpse_opentype_format" >&5