From: Sander Roobol Date: Sun, 9 Jun 2002 11:27:04 +0000 (+0000) Subject: Fixed detection of JPEG support in bundled version of GD. X-Git-Tag: php5_5_0~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2849b868b0c4ae4aee9446cd83427e60203cef6;p=php Fixed detection of JPEG support in bundled version of GD. --- 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