>>>>> "Noah" == Noah Misch <n...@leadboat.com> writes:
Noah> - # -Wdeclaration-after-statement isn't applicable for C++ Noah> + # -Wdeclaration-after-statement isn't applicable for C++. Specific C files Noah> + # disable it, so AC_SUBST the negative form. Noah> + PERMIT_DECLARATION_AFTER_STATEMENT= Noah> + if test x"$save_CFLAGS" != "$CFLAGS"; then Missing "x" here? + if test x"$save_CFLAGS" != x"$CFLAGS"; then -- Andrew (irc:RhodiumToad)