From: David Levine Date: Sun, 8 Dec 2013 19:16:19 +0000 (-0600) Subject: Added temporary diagnostic to see what version of gcc is X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a661242e1b363f55034c78fd424c65e0479a68d2?ds=inline;hp=2d82da244d02a79d994b9020099cfb627a8b32ed Added temporary diagnostic to see what version of gcc is used on the buildbot Solaris host. --- diff --git a/configure.ac b/configure.ac index 520c8d42..7f653dc3 100644 --- a/configure.ac +++ b/configure.ac @@ -131,6 +131,9 @@ if test "$GCC" = yes; then nmh_cv_has_q_unused_arguments=no) LDFLAGS="$nmh_saved_ldflags"]) + dnl TEMPORARY + echo gcc `gcc -dumpversion` + if test "$nmh_cv_has_q_unused_arguments" = "yes"; then test -z "$LDFLAGS" && LDFLAGS=-Qunused-arguments \ || LDFLAGS="$LDFLAGS -Qunused-arguments"