diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:20:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:20:34 +0000 |
commit | 5af5b70fa80778721dcea64995afc56815cee374 (patch) | |
tree | 9689f221eef8ff50a9b7b97b0ba85623adefa4c9 /Build/source/libs/teckit/ac | |
parent | c736ef2860429aa9916c9da4cac5b3995df00273 (diff) |
towards TL2010: libs/teckit
git-svn-id: svn://tug.org/texlive/trunk@15955 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/teckit/ac')
-rw-r--r-- | Build/source/libs/teckit/ac/teckit.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/libs/teckit/ac/teckit.ac b/Build/source/libs/teckit/ac/teckit.ac index cd866e9040d..3e8bb57da52 100644 --- a/Build/source/libs/teckit/ac/teckit.ac +++ b/Build/source/libs/teckit/ac/teckit.ac @@ -3,5 +3,7 @@ dnl dnl Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> dnl You may freely use, modify and/or distribute this file. dnl -## define required functions and headers from system teckit -KPSE_CHECK_LIB([teckit], [TECkit_CreateConverter], [TECkit_Engine.h]) +## basic check of system teckit +KPSE_TRY_LIBXX([teckit], + [#include <TECkit_Engine.h>], + [TECkit_Converter converter; TECkit_DisposeConverter(converter);]) |