Skip to content

Commit 11094d5

Browse files
committed
[skip ci] Fix typo in ext/gd
1 parent 9049d86 commit 11094d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ dnl Various checks for GD features
286286
PHP_EVAL_LIBLINE([$GDLIB_LIBS], [GD_SHARED_LIBADD])
287287
PHP_EVAL_INCLINE([$GDLIB_CFLAGS])
288288
AC_DEFINE([HAVE_LIBGD], [1],
289-
[Define to if 1 gd extension uses external system GD library.])
289+
[Define to 1 if gd extension uses external system GD library.])
290290
PHP_GD_CHECK_VERSION
291291

292292
PHP_NEW_EXTENSION([gd], [gd.c $extra_sources], [$ext_shared])

0 commit comments

Comments
 (0)