shithub: sox

Download patch

ref: 79f515914c96e04a3be3b20bbc5c71459e4b8915
parent: e1fea367656900a3c275ef3545f2e0314433e303
author: Mans Rullgard <mans@mansr.com>
date: Sun Aug 9 13:48:22 EDT 2020

configure: drop unnecessary gcc version check

The gcc version is queried but never used.

--- a/configure.ac
+++ b/configure.ac
@@ -166,11 +166,6 @@
 
 dnl Extra CFLAGS if we have gcc
 if test "$GCC" = "yes"; then
-
-    AC_MSG_CHECKING([gcc version])
-    gccver=`$CC -dumpversion`
-    AC_MSG_RESULT($gccver)
-
     CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -Wstrict-prototypes"
 
     dnl Define stricter policy on GNU/Linux, all symbols must be resolved