summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/withenable.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zlib/withenable.ac')
-rw-r--r--Build/source/libs/zlib/withenable.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/libs/zlib/withenable.ac b/Build/source/libs/zlib/withenable.ac
new file mode 100644
index 00000000000..52aeb5336dc
--- /dev/null
+++ b/Build/source/libs/zlib/withenable.ac
@@ -0,0 +1,10 @@
+AC_ARG_WITH([system_zlib],
+ [ --with-system-zlib use installed zlib library])
+
+AC_ARG_WITH([zlib_libdir],
+[ --with-zlib-libdir=DIR
+ Specify directory where the zlib.a resides.])
+
+AC_ARG_WITH([zlib_include],
+[ --with-zlib-include=DIR
+ Specify the zlib header files location.])