From 2d44778d40ce9e59c8f60f8c559daabde76ee0ad Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 29 Oct 2014 12:35:31 +0100 Subject: [PATCH] added CXX output --- m4/configure.information | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/configure.information b/m4/configure.information index 6ae2f0771d..cab2deabeb 100644 --- a/m4/configure.information +++ b/m4/configure.information @@ -46,6 +46,8 @@ AC_MSG_NOTICE([LIBS: ${LIBS}]) CC_VERSION=`${CC} --version 2>&1` AC_MSG_NOTICE([CC: ${CC_VERSION}]) +CXX_VERSION=`${CXX} --version 2>&1` +AC_MSG_NOTICE([CXX: ${CXX_VERSION}]) echo $FLAG_INFO | tr "|" "\n" | while read a; do if test "x$a" != "x"; then