diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-28 14:41:14 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-08-07 16:50:40 +0200 |
commit | a9950b3aca2a264e0ee1da1e2a29d3be11e6606c (patch) | |
tree | a3f5f5c3a8339084dea8e136942ad9cbd1f791e9 /configure.ac | |
parent | b90186e760e7fc20a4d4c34ad8f6494de459d2ba (diff) |
Report C compiler and flags on configure summary
Reviewed-by: dogma
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 30387f57..9f3d1020 100644 --- a/configure.ac +++ b/configure.ac @@ -706,6 +706,8 @@ AC_OUTPUT _AS_ECHO([]) _AS_ECHO([Configuration summary:]) _AS_ECHO([]) +_AS_ECHO([ CC : ${CC}]) +_AS_ECHO([ CFLAGS : ${CFLAGS}]) _AS_ECHO([ CXX : ${CXX}]) _AS_ECHO([ CXXFLAGS: ${CXXFLAGS}]) _AS_ECHO([]) |