From a8fd66f91fcb16dd56890f918e47443f2aba3a98 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 Sep 2006 10:54:18 +0000 Subject: r18549: move gcc version check to libreplace and reorder the tests a bit for nicer output metze (This used to be commit 888a769af557d050d99df703ce5f651688c837c5) --- source4/build/m4/check_cc.m4 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4/build/m4') diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index a1dfc45404..2425d3da4b 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -7,12 +7,6 @@ dnl AC_LIBREPLACE_CC_CHECKS -if test x"$GCC" = x"yes" ; then - AC_MSG_CHECKING([for version of gcc]) - GCC_VERSION=`$CC -dumpversion` - AC_MSG_RESULT(${GCC_VERSION}) -fi - # # Set the debug symbol option if we have # --enable-*developer or --enable-debug -- cgit