From: Scott MacVicar Date: Wed, 11 Apr 2007 10:43:28 +0000 (+0000) Subject: fix #41048 (PHP6 Segmentation fault issue) X-Git-Tag: RELEASE_1_1_0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c49c0403ee0d2a508c44d786cf548f6c2a68518;p=php fix #41048 (PHP6 Segmentation fault issue) --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index b41bfbef97..6df2caf07a 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -288,6 +288,7 @@ dnl These are always defined with bundled library AC_DEFINE(HAVE_GD_GIF_READ, 1, [ ]) AC_DEFINE(HAVE_GD_GIF_CREATE, 1, [ ]) AC_DEFINE(HAVE_GD_FONTCACHESHUTDOWN,1, [ ]) + AC_DEFINE(HAVE_GD_FONTMUTEX, 1, [ ]) elif test "$PHP_GD" != "no"; then