summaryrefslogtreecommitdiff
path: root/Build/source/configure
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-10-25 08:53:49 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-10-25 08:53:49 +0000
commitedc3291a11eb0048e750f5861e9dd447a7e959a4 (patch)
treef00a5ea83a3c0b66c0cd4b7ef86f227c2562ecb0 /Build/source/configure
parent68440ee4d894f56b49a82533ecb3f215964bc5b1 (diff)
Update libs/paper and use it for dvipdfm-x
git-svn-id: svn://tug.org/texlive/trunk@31994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-xBuild/source/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/configure b/Build/source/configure
index 3bceda7e6f4..22cf24efd44 100755
--- a/Build/source/configure
+++ b/Build/source/configure
@@ -4926,6 +4926,7 @@ esac
test "x$enable_dvipdf_x" = xno || {
need_kpathsea=yes
need_libpng=yes
+ need_paper=yes
}
## Define configure options for dvipdf-x.
@@ -4975,6 +4976,7 @@ esac
test "x$enable_dvipdfm_x" = xno || {
need_kpathsea=yes
need_libpng=yes
+ need_paper=yes
}
## Define configure options for dvipdfm-x.
@@ -20276,7 +20278,7 @@ fi
if test "x$with_paper_includes" != x && test "x$with_paper_includes" != xyes; then
PAPER_INCLUDES="-I$with_paper_includes"
fi
-PAPER_LIBS="-lz"
+PAPER_LIBS="-lpaper"
if test "x$with_paper_libdir" != x && test "x$with_paper_libdir" != xyes; then
PAPER_LIBS="-L$with_paper_libdir $PAPER_LIBS"
fi