|
|
|
@ -208,7 +208,7 @@ AC_DEFUN(PHP_GD_CHECK_VERSION,[ |
|
|
|
PHP_ARG_WITH(gd, for GD support, |
|
|
|
[ --with-gd[=DIR] Include GD support (DIR is GD's install dir).]) |
|
|
|
|
|
|
|
if test "$PHP_GD" == "php"; then |
|
|
|
if test "$PHP_GD" = "php"; then |
|
|
|
GD_MODULE_TYPE=builtin |
|
|
|
sources="libgd/gd.c libgd/gd_gd.c libgd/gd_gd2.c libgd/gd_io.c libgd/gd_io_dp.c \ |
|
|
|
libgd/gd_io_file.c libgd/gd_ss.c libgd/gd_io_ss.c libgd/gd_png.c libgd/gd_jpeg.c \ |
|
|
|
|