Skip to content

Commit ef3140e

Browse files
committed
fix bug #74343 compile fails on solaris 11 with system libgd
1 parent d6f70f0 commit ef3140e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2017 PHP 7.0.19
44

5-
5+
- GD:
6+
. Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
7+
(krakjoe)
68

79
13 Apr 2017 PHP 7.0.18
810

ext/gd/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ dnl Various checks for GD features
325325
PHP_GD_FREETYPE2
326326

327327
dnl Header path
328-
for i in include/gd include gd ""; do
328+
for i in include/gd include/gd2 include gd ""; do
329329
test -f "$PHP_GD/$i/gd.h" && GD_INCLUDE="$PHP_GD/$i"
330330
done
331331

0 commit comments

Comments
 (0)