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