diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 164b160..3de5c7a 100644 --- a/configure.in +++ b/configure.in @@ -2370,6 +2370,9 @@ case "X-$enable_production" in *) PRINT "$enable_production" ;; esac +PRINT_N " C Compiler" +PRINT "$CC" + PRINT_N " CFLAGS" PRINT "$CFLAGS" |