Codebase list teckit / c02fa72b-e4c0-4d5f-b78e-47e1e9a541b6/upstream zlib-1.2.11 / withenable.ac
c02fa72b-e4c0-4d5f-b78e-47e1e9a541b6/upstream

Tree @c02fa72b-e4c0-4d5f-b78e-47e1e9a541b6/upstream (Download .tar.gz)

withenable.ac @c02fa72b-e4c0-4d5f-b78e-47e1e9a541b6/upstreamraw · history · blame

1
2
3
4
5
6
7
8
AC_ARG_WITH([system_zlib],
[  --without-system-zlib   Don't use installed zlib library],,[with_system_zlib=yes])

AC_ARG_WITH([zlib_libdir],
[  --with-zlib-libdir=DIR  Specify directory where the zlib library resides.])

AC_ARG_WITH([zlib_include],
[  --with-zlib-include=DIR Specify the zlib header files location.])