SimGear: Properly print compilers in configure.ac
Print $CC and $CXX using the proper configure.ac mechanism Author: Hans Ulrich Niedermann <hun@n-dimensional.de> Signed-off-by: Tim Moore <timoore@redhat.com>
This commit is contained in:
parent
5d7d77d4b6
commit
7e1fe7d852
@ -24,8 +24,10 @@ AC_ARG_WITH(cxx,
|
|||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
|
||||||
echo CXX = $CXX
|
AC_MSG_CHECKING([CXX])
|
||||||
echo CC = $CC
|
AC_MSG_RESULT([$CXX])
|
||||||
|
AC_MSG_CHECKING([CC])
|
||||||
|
AC_MSG_RESULT([$CC])
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
|
Loading…
Reference in New Issue
Block a user