diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-24 17:02:43 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-24 17:02:43 +0000 |
commit | 91e3606954f8c78c1733b2bf2a8e2a52e897a743 (patch) | |
tree | b32cd721f772b257de42f3509979c94f9940926c /Build/source/texk/dvipng/configure.ac | |
parent | 279a3efa74f8b66c4a46e679bc9d2c2e9cd44a39 (diff) |
MinGW build for dvipng
git-svn-id: svn://tug.org/texlive/trunk@17184 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipng/configure.ac')
-rw-r--r-- | Build/source/texk/dvipng/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/dvipng/configure.ac b/Build/source/texk/dvipng/configure.ac index 99cbf09632f..8d6db35beac 100644 --- a/Build/source/texk/dvipng/configure.ac +++ b/Build/source/texk/dvipng/configure.ac @@ -25,6 +25,10 @@ KPSE_COMMON([dvipng]) # Configure options for dvipng also shown at the TeX Live top-level. m4_include([ac/dvipng.ac]) +AC_CANONICAL_HOST + +AM_CONDITIONAL([cross], [test "x$cross_compiling" = xyes]) + if test "x$enable_debug" != xno; then enable_debug=yes AC_DEFINE([DEBUG], 1, [Define as 1 to get the debug (-d) option.]) |