diff options
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-x | Build/source/utils/configure | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index 6e815cf8dbe..0aa336f9064 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -807,8 +807,6 @@ enable_linked_scripts with_system_harfbuzz with_system_icu with_system_teckit -with_teckit_includes -with_teckit_libdir with_system_graphite2 with_system_zziplib with_system_xpdf @@ -1649,11 +1647,8 @@ Optional Packages: pkg-config) --with-system-icu use installed ICU headers and libraries (requires icu-config) - --with-system-teckit use installed teckit headers and library - --with-teckit-includes=DIR - teckit headers installed in DIR - --with-teckit-libdir=DIR - teckit library installed in DIR + --with-system-teckit use installed teckit headers and library (requires + pkg-config) --with-system-graphite2 use installed graphite2 headers and library (requires pkg-config) --with-system-zziplib use installed zziplib headers and library (requires @@ -4872,16 +4867,6 @@ fi if test "${with_system_teckit+set}" = set; then : withval=$with_system_teckit; fi - -# Check whether --with-teckit-includes was given. -if test "${with_teckit_includes+set}" = set; then : - withval=$with_teckit_includes; -fi - -# Check whether --with-teckit-libdir was given. -if test "${with_teckit_libdir+set}" = set; then : - withval=$with_teckit_libdir; -fi if test "x$with_system_teckit" = x; then if test -f $srcdir/../libs/teckit/configure; then { $as_echo "$as_me:${as_lineno-$LINENO}: Assuming \`teckit' headers and library from TL tree" >&5 |