1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r18261: print out the version of gcc

metze
(This used to be commit 655e400127)
This commit is contained in:
Stefan Metzmacher 2006-09-08 12:28:11 +00:00 committed by Gerald (Jerry) Carter
parent ebc1533a20
commit 26c789eb6a

View File

@ -14,6 +14,12 @@ if test x"$CC" = x""; then
AC_MSG_ERROR([Please Install gcc from http://gcc.gnu.org/])
fi
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