Skip to content

Commit cca34d0

Browse files
committed
Revert "Acutally use GD_CFLAGS"
Maybe was irrelevant This reverts commit 9dc6672.
1 parent 9dc6672 commit cca34d0

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
@@ -187,7 +187,7 @@ dnl Various checks for GD features
187187
AC_DEFINE(HAVE_LIBGD, 1, [ ])
188188
PHP_GD_CHECK_VERSION
189189

190-
PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared, , $GD_CFLAGS)
190+
PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared)
191191
GD_HEADER_DIRS="ext/gd/"
192192
PHP_CHECK_LIBRARY(gd, gdImageCreate, [], [
193193
AC_MSG_ERROR([GD build test failed. Please check the config.log for details.])

0 commit comments

Comments
 (0)