diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/configure | 2 | ||||
-rw-r--r-- | Build/source/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/configure b/Build/source/configure index 70248677abb..609f72000b7 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -4811,7 +4811,7 @@ test "$needs_teckit" = yes \ subdirs="$subdirs libs" -PKGS='dialog lcdf-typetools pdfopen psutils sam2p t1utils texi2html texinfo' +PKGS='dialog lcdf-typetools pdfopen psutils t1utils texi2html texinfo' ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do diff --git a/Build/source/configure.in b/Build/source/configure.in index 4c6f8a5a4e5..4a15068bb86 100644 --- a/Build/source/configure.in +++ b/Build/source/configure.in @@ -233,7 +233,7 @@ test "$needs_teckit" = yes \ AC_CONFIG_SUBDIRS([libs]) -PKGS='dialog lcdf-typetools pdfopen psutils sam2p t1utils texi2html texinfo' +PKGS='dialog lcdf-typetools pdfopen psutils t1utils texi2html texinfo' ESUBDIRS= test -d utils || mkdir utils for pkg in $PKGS; do |