diff options
| author | rbuj <[email protected]> | 2020-02-05 15:01:34 +0100 | 
|---|---|---|
| committer | rbuj <[email protected]> | 2020-02-05 15:01:34 +0100 | 
| commit | e4a3ce14d99beef52be34ce4a21f4acf652a1f12 (patch) | |
| tree | 0e4accf5332fed0f46e9a506baf5b633c9f15898 | |
| parent | 6bf49f348d8ce6debc8f645b667422bb9a261a2b (diff) | |
| download | caja-e4a3ce14d99beef52be34ce4a21f4acf652a1f12.tar.bz2 caja-e4a3ce14d99beef52be34ce4a21f4acf652a1f12.tar.xz  | |
build: show compiler flags on configuration summary
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 983df1c3..26a2dcfd 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,8 @@ caja-$VERSION:      prefix:                       ${prefix}      source code location:         ${srcdir}      compiler:                     ${CC} +    compiler flags:               ${CFLAGS} +    warning flags:                ${WARNING_CFLAGS}      xmp support:                  $msg_xmp      PackageKit support:           $msg_packagekit      Self check:                   $msg_self_check  | 
