summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/withenable.ac
blob: 941620e0e2d40bb97cb232fb5b429fca07bf712d (plain)
1
2
3
4
5
6
7
8
9
10
AC_ARG_WITH([system-pnglib],
	[  --with-system-pnglib       use installed pnglib library])

AC_ARG_WITH([pnglib_libdir],
[  --with-pnglib-libdir=DIR
                          Specify directory where the png library (libpng.a) resides.])

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