From: David Levine Date: Wed, 11 Dec 2013 01:07:25 +0000 (-0600) Subject: Oops, that didn't work. Disable -v with SunStudio cc for now. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/0c407956508eef71f5c6d1942193026cd9404c66?hp=42915204e00cf23697a491b8a998f9ccbf8cc349 Oops, that didn't work. Disable -v with SunStudio cc for now. --- diff --git a/configure.ac b/configure.ac index e9bffec6..bb1528f1 100644 --- a/configure.ac +++ b/configure.ac @@ -106,10 +106,10 @@ AC_PROG_CC AM_PROG_CC_C_O dnl Use -v and some other options with SunStudio cc. -case `cc -V` in - cc:\ Sun\ C*) CFLAGS="${CFLAGS:+$CFLAGS }-v -errtags=yes" - CFLAGS="${CFLAGS} -erroff=E_STATEMENT_NOT_REACHED" ;; -esac +dnl case `cc -V` in +dnl cc:\ Sun\ C*) CFLAGS="${CFLAGS:+$CFLAGS }-v -errtags=yes" +dnl CFLAGS="${CFLAGS} -erroff=E_STATEMENT_NOT_REACHED" ;; +dnl esac AC_CACHE_CHECK([whether compiler supports -Wextra], [nmh_cv_has_wextra], [nmh_saved_cflags="$CFLAGS"