diff options
Diffstat (limited to 'Build/source/libs/configure.in')
-rw-r--r-- | Build/source/libs/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/configure.in b/Build/source/libs/configure.in index 87967229db3..6b767a056d0 100644 --- a/Build/source/libs/configure.in +++ b/Build/source/libs/configure.in @@ -26,6 +26,8 @@ sinclude(freetype/withenable.ac) sinclude(freetype/freetype.ac) sinclude(freetype2/withenable.ac) sinclude(freetype2/freetype2.ac) +sinclude(icu-xetex/withenable.ac) +sinclude(icu-xetex/icu-xetex.ac) # The following line helps, e.g. for ncurses which properly detects the # system's terminfo definitions if configured without explicit --prefix. @@ -49,6 +51,10 @@ fi if test "x$needs_gd" != xno && test "$using_system_gd" != yes; then AC_CONFIG_SUBDIRS([gd]) fi +if test "x$needs_icu" != xno && test "$using_system_icu" != yes; then + ac_configure_args="$ac_configure_args --enable-static" + AC_CONFIG_SUBDIRS([icu-xetex]) +fi if test "x$needs_pnglib" != xno && test "$using_system_pnglib" != yes; then KPSE_CONFIG_FILES([libpng/Makefile]) |