From a2849b868b0c4ae4aee9446cd83427e60203cef6 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sun, 9 Jun 2002 11:27:04 +0000 Subject: [PATCH] Fixed detection of JPEG support in bundled version of GD. --- ext/gd/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0