summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 0808c16..0520ea4 100644
--- a/configure.in
+++ b/configure.in
@@ -504,13 +504,6 @@ then
])
fi
-# If using GCC, give result of 'gcc -v' in configure output.
-if test "$GCC" = yes; then
-AC_MSG_CHECKING(gcc version)
-gcc_version=`$CC -v`
-AC_MSG_RESULT($gcc_version)
-fi
-
# checks for UNIX variants that set C preprocessor variables
AC_AIX