summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/withenable.ac
blob: 52aeb5336dc4ea04e1bc8a55787eac95818b6836 (plain)
1
2
3
4
5
6
7
8
9
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.])