diff options
-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 571f31ec85..0c50452c50 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -266,7 +266,7 @@ dnl These are always available with bundled library dnl Depending which libraries were included to PHP configure, dnl enable the support in bundled GD library - if test -n "$GD_JPG_DIR"; then + if test -n "$GD_JPEG_DIR"; then AC_DEFINE(HAVE_GD_JPG, 1, [ ]) GDLIB_CFLAGS="$GDLIB_CFLAGS -DHAVE_LIBJPEG" fi |