summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/ac/teckit.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/ac/teckit.ac')
-rw-r--r--Build/source/libs/teckit/ac/teckit.ac6
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);])