Ticket #3651: patch-configure.diff
File patch-configure.diff, 500 bytes (added by benwill@…, 19 years ago) |
---|
-
configure
old new 6870 6870 echo "$as_me:6870: checking for C++ compiler warning are errors flags" >&5 6871 6871 echo $ECHO_N "checking for C++ compiler warning are errors flags... $ECHO_C" >&6 6872 6872 if test "$GXX" = "yes"; then 6873 acx_cxx_warnings_are_errors=" -Werror"6873 acx_cxx_warnings_are_errors="" 6874 6874 fi 6875 6875 if test -n "$acx_cxx_warnings_are_errors"; then 6876 6876 CXXFLAGS="$CXXFLAGS $acx_cxx_warnings_are_errors"