From: timoore Date: Mon, 23 Jul 2007 21:45:11 +0000 (+0000) Subject: SimGear: Properly print compilers in configure.ac X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e1fe7d852ea77f3f533fd1677aa9a1a51e2a778;p=simgear.git SimGear: Properly print compilers in configure.ac Print $CC and $CXX using the proper configure.ac mechanism Author: Hans Ulrich Niedermann Signed-off-by: Tim Moore --- diff --git a/configure.ac b/configure.ac index 1c020f19..66732599 100644 --- a/configure.ac +++ b/configure.ac @@ -24,8 +24,10 @@ AC_ARG_WITH(cxx, esac ]) -echo CXX = $CXX -echo CC = $CC +AC_MSG_CHECKING([CXX]) +AC_MSG_RESULT([$CXX]) +AC_MSG_CHECKING([CC]) +AC_MSG_RESULT([$CC]) dnl Checks for programs. AC_PROG_MAKE_SET