diff options
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/configure b/Build/source/configure index 22cf24efd44..a92a498ff22 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -4191,6 +4191,10 @@ $as_echo "$as_me: Assuming \`--enable-psutils=$enable_psutils'" >&6;} ;; esac +test "x$enable_psutils" = xno || { + need_paper=yes +} + ## utils/t1utils/ac/withenable.ac: configure.ac fragment for the TeX Live subdirectory utils/t1utils/ ## configure options and TL libraries required for t1utils # Check whether --enable-t1utils was given. |