diff options
author | Sascha Schumann <sas@php.net> | 2002-04-13 09:26:29 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-04-13 09:26:29 +0000 |
commit | 83719f5cd8ac008683c9c29f80b9cd7d4c2d1212 (patch) | |
tree | 053487a92b21bbc26a1feb67e0cafbe67d8eafe0 | |
parent | 509ef0237f0a1ff0a0877d2e6ca9fd2280394cc3 (diff) | |
download | php-git-83719f5cd8ac008683c9c29f80b9cd7d4c2d1212.tar.gz |
s/==/=/
-rw-r--r-- | ext/gd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 9963eb9fdd..7b3ea7c1cf 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -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 \ |