summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/ac/icu.ac
blob: 169850e29cb408a702acdd9c33d44b2688f6a4f1 (plain)
1
2
3
4
5
6
7
8
9
10
## libs/icu/ac/icu.ac: configure.ac fragment for the TeX Live subdirectory libs/icu/
dnl
dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
dnl You may freely use, modify and/or distribute this file.
dnl
## basic check of system icu
KPSE_TRY_LIBXX([icu],
               [#include <unicode/ustring.h>],
               [UErrorCode code; const UChar *src; UChar *dst;
u_strToLower(dst, -1, src, -1, NULL, &code);])