From 1e2cfd0fa4c39918f79b96bba9e5544cfcd5ffc0 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Thu, 18 Dec 2014 22:55:42 +0100 Subject: [PATCH] added CC and CXX --- m4/configure.information | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/m4/configure.information b/m4/configure.information index cab2deabeb..baafc8a0ab 100644 --- a/m4/configure.information +++ b/m4/configure.information @@ -45,9 +45,11 @@ AC_MSG_NOTICE([LDFLAGS: ${LDFLAGS}]) AC_MSG_NOTICE([LIBS: ${LIBS}]) CC_VERSION=`${CC} --version 2>&1` -AC_MSG_NOTICE([CC: ${CC_VERSION}]) +AC_MSG_NOTICE([CC: ${CC}]) +AC_MSG_NOTICE([CC VERSION: ${CC_VERSION}]) CXX_VERSION=`${CXX} --version 2>&1` -AC_MSG_NOTICE([CXX: ${CXX_VERSION}]) +AC_MSG_NOTICE([CXX: ${CXX}]) +AC_MSG_NOTICE([CXX VERSION: ${CXX_VERSION}]) echo $FLAG_INFO | tr "|" "\n" | while read a; do if test "x$a" != "x"; then