Skip to content

Commit 6a17c54

Browse files
debug
1 parent 4bc381e commit 6a17c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
if test "$PHP_SPX" = "yes"; then
1313
AC_DEFINE(HAVE_SPX, 1, [spx])
1414

15-
CFLAGS="-Werror -Wall -O3 -pthread -std=gnu90"
15+
CFLAGS="-Werror -Wall -O3 -pthread -std=gnu90 -Wno-typedef-redefinition"
1616

1717
if test "$PHP_SPX_DEV" = "yes"
1818
then

0 commit comments

Comments
 (0)