File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5306
5306
# -Wdeclaration-after-statement isn't applicable for C++. Specific C files
5307
5307
# disable it, so AC_SUBST the negative form.
5308
5308
PERMIT_DECLARATION_AFTER_STATEMENT=
5309
- if test x"save_$CFLAGS " != x"$CFLAGS"; then
5309
+ if test x"$save_CFLAGS " != x"$CFLAGS"; then
5310
5310
PERMIT_DECLARATION_AFTER_STATEMENT=-Wno-declaration-after-statement
5311
5311
fi
5312
5312
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ if test "$GCC" = yes -a "$ICC" = no; then
481
481
# -Wdeclaration-after-statement isn't applicable for C++. Specific C files
482
482
# disable it, so AC_SUBST the negative form.
483
483
PERMIT_DECLARATION_AFTER_STATEMENT=
484
- if test x"save_$CFLAGS " != x"$CFLAGS"; then
484
+ if test x"$save_CFLAGS " != x"$CFLAGS"; then
485
485
PERMIT_DECLARATION_AFTER_STATEMENT=-Wno-declaration-after-statement
486
486
fi
487
487
AC_SUBST(PERMIT_DECLARATION_AFTER_STATEMENT)
You can’t perform that action at this time.
0 commit comments