diff options
author | rbuj <[email protected]> | 2019-09-27 17:15:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-01 14:14:44 +0200 |
commit | 232127afd896bce5afc02cccf1c96309ceb1b521 (patch) | |
tree | 6ad540ec8e681d4be456b45320f6e1aa49abfa98 /configure.ac | |
parent | 2cd62b74a86f73b871c93c0edb57852949b0d563 (diff) | |
download | marco-232127afd896bce5afc02cccf1c96309ceb1b521.tar.bz2 marco-232127afd896bce5afc02cccf1c96309ceb1b521.tar.xz |
Print CFLAGS and WARN_CFLAGS in configure summary
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 ab936398..aebb17a0 100644 --- a/configure.ac +++ b/configure.ac @@ -455,6 +455,8 @@ marco-$VERSION: prefix: ${prefix} source code location: ${srcdir} compiler: ${CC} + compiler flags: ${CFLAGS} + compiler warnings: ${WARN_CFLAGS} XFree86 Xinerama: ${use_xfree_xinerama} Solaris Xinerama: ${use_solaris_xinerama} |