1
0
Fork 0

added CXX output

This commit is contained in:
Jan Steemann 2014-10-29 12:35:31 +01:00
parent 80be68b50f
commit 2d44778d40
1 changed files with 2 additions and 0 deletions

View File

@ -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