We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fcdc9 commit a6e35a2Copy full SHA for a6e35a2
1 file changed
config.m4
@@ -25,8 +25,8 @@ if test $PHP_GIT2 != "no"; then
25
26
PHP_ADD_INCLUDE([$ext_srcdir/libgit2/include])
27
28
- CFLAGS=" $CFLAGS -Wunused-variable -Wpointer-sign -Wimplicit-function-declaration -Winline -Wunused-macros -Wredundant-decls -Wstrict-aliasing=2 -Wswitch-enum -Wdeclaration-after-statement -Wl,libgit2/build/libgit2.a"
29
- PHP_SUBST([CFLAGS])
+ CFLAGS=" $CFLAGS -Wunused-variable -Wpointer-sign -Wimplicit-function-declaration -Winline -Wunused-macros -Wredundant-decls -Wstrict-aliasing=2 -Wswitch-enum -Wdeclaration-after-statement -Wl,libgit2/build/libgit2.a"
+ PHP_SUBST([CFLAGS])
30
31
ifdef([PHP_ADD_EXTENSION_DEP],
32
[
0 commit comments