Skip to content

Commit a1191d1

Browse files
committed
Fix GD flag...
1 parent 38853e6 commit a1191d1

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
@@ -150,7 +150,7 @@ if test "$PHP_GD" != "no"; then
150150
libgd/gd_bmp.c libgd/gd_tga.c"
151151

152152
dnl Disable strict prototypes as GD takes advantages of variadic function signatures for function pointers.
153-
AX_CHECK_COMPILE_FLAG([-Wno-strict-prototypes], GC_CFLAGS="$GD_CFLAGS -Wnostrict-prototypes", , [-Werror])
153+
AX_CHECK_COMPILE_FLAG([-Wno-strict-prototypes], GC_CFLAGS="$GD_CFLAGS -Wno-strict-prototypes", , [-Werror])
154154

155155
dnl check for fabsf and floorf which are available since C99
156156
AC_CHECK_FUNCS(fabsf floorf)

0 commit comments

Comments
 (0)