blob: 95be7ddc95b29b09908777f121fc566d979bf85d (
plain)
1
2
3
4
5
6
7
8
9
10
|
AC_ARG_WITH([system_gd],
[ --with-system-gd use installed gd library])
AC_ARG_WITH([gd_libdir],
[ --with-gd-libdir=DIR
Specify directory where the gd library resides.])
AC_ARG_WITH([gd_include],
[ --with-gd-include=DIR
Specify the gd header files location.])
|