diff options
Diffstat (limited to 'Build/source/texk/configure')
-rwxr-xr-x | Build/source/texk/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index af91b2504f4..428a8375e73 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -4189,6 +4189,7 @@ esac test "x$enable_dvipdf_x" = xno || { need_kpathsea=yes need_libpng=yes + need_paper=yes } ## Define configure options for dvipdf-x. @@ -4238,6 +4239,7 @@ esac test "x$enable_dvipdfm_x" = xno || { need_kpathsea=yes need_libpng=yes + need_paper=yes } ## Define configure options for dvipdfm-x. |