summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/ac/teckit.ac
blob: 8655196b7618167f461cd47d18ef5aea6d48e0a3 (plain)
1
2
3
4
5
6
7
8
9
## libs/teckit/ac/teckit.ac: configure.ac fragment for the TeX Live subdirectory libs/teckit/
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 teckit
KPSE_TRY_LIBXX([teckit],
               [#include <teckit/TECkit_Engine.h>],
               [TECkit_Converter converter; TECkit_DisposeConverter(converter);])