summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/teckit/ac')
-rw-r--r--Build/source/libs/teckit/ac/teckit.ac3
-rw-r--r--Build/source/libs/teckit/ac/withenable.ac3
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/teckit/ac/teckit.ac b/Build/source/libs/teckit/ac/teckit.ac
new file mode 100644
index 00000000000..490becdb5a2
--- /dev/null
+++ b/Build/source/libs/teckit/ac/teckit.ac
@@ -0,0 +1,3 @@
+## libs/teckit/ac/teckit.ac
+## define required functions and headers from system teckit
+KPSE_CHECK_LIB([teckit], [TECkit_CreateConverter], [TECkit_Engine.h])
diff --git a/Build/source/libs/teckit/ac/withenable.ac b/Build/source/libs/teckit/ac/withenable.ac
new file mode 100644
index 00000000000..536220e52ce
--- /dev/null
+++ b/Build/source/libs/teckit/ac/withenable.ac
@@ -0,0 +1,3 @@
+## libs/teckit/ac/withenable.ac
+## configure options and TL libraries required for teckit
+KPSE_WITH_LIB([teckit], [zlib])